File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,8 @@ if [[ "${linux_projects}" != "" ]]; then
287287 CXX: 'clang++'
288288 commands:
289289 - './.ci/monolithic-linux.sh "$( echo ${linux_projects} | tr ' ' ' ;' ) " "$( echo ${linux_check_targets} ) " "$( echo ${linux_runtimes} | tr ' ' ' ;' ) " "$( echo ${linux_runtime_check_targets} ) "'
290- - plugins:
290+ - label: ':windows: Report Linux x64 Test Results'
291+ plugins:
291292 - junit-annotate#v2.5.0:
292293 artifacts: build/test-results-linux*.xml
293294 context: "linux-test-results"
@@ -320,7 +321,8 @@ if [[ "${windows_projects}" != "" ]]; then
320321 commands:
321322 - 'C:\\ BuildTools\\ Common7\\ Tools\\ VsDevCmd.bat -arch=amd64 -host_arch=amd64'
322323 - 'bash .ci/monolithic-windows.sh "$( echo ${windows_projects} | tr ' ' ' ;' ) " "$( echo ${windows_check_targets} ) "'
323- - plugins:
324+ - label: ':windows: Report Windows x64 Test Results'
325+ plugins:
324326 - junit-annotate#v2.5.0:
325327 artifacts: build/test-results-windows*.xml
326328 context: "windows-test-results"
You can’t perform that action at this time.
0 commit comments