File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -286,11 +286,6 @@ if [[ "${linux_projects}" != "" ]]; then
286286 CXX: 'clang++'
287287 commands:
288288 - './.ci/monolithic-linux.sh "$( echo ${linux_projects} | tr ' ' ' ;' ) " "$( echo ${linux_check_targets} ) " "$( echo ${linux_runtimes} | tr ' ' ' ;' ) " "$( echo ${linux_runtime_check_targets} ) "'
289- - wait: ~
290- continue_on_failure: true
291- - plugins:
292- - junit-annotate#v2.5.0:
293- artifacts: build/test-results*.xml
294289EOF
295290fi
296291
@@ -316,10 +311,13 @@ if [[ "${windows_projects}" != "" ]]; then
316311 commands:
317312 - 'C:\\ BuildTools\\ Common7\\ Tools\\ VsDevCmd.bat -arch=amd64 -host_arch=amd64'
318313 - 'bash .ci/monolithic-windows.sh "$( echo ${windows_projects} | tr ' ' ' ;' ) " "$( echo ${windows_check_targets} ) "'
319- - wait: ~
320- continue_on_failure: true
321- - plugins:
322- - junit-annotate#v2.5.0:
323- artifacts: build/test-results*.xml
324314EOF
325315fi
316+
317+ cat << EOF
318+ - wait: ~
319+ continue_on_failure: true
320+ - plugins:
321+ - junit-annotate#v2.5.0:
322+ artifacts: build/test-results*.xml
323+ EOF
You can’t perform that action at this time.
0 commit comments