##// END OF EJS Templates
windows-ci: temporarily allow Windows jobs to fail...
Raphaël Gomès -
r49269:750920b1 5.9.2 stable
parent child Browse files
Show More
@@ -152,6 +152,7 b' check-pytype-py3:'
152 # that satisfies the various shebang lines and delegates to `py -3`.
152 # that satisfies the various shebang lines and delegates to `py -3`.
153 .window_runtests_template: &windows_runtests
153 .window_runtests_template: &windows_runtests
154 <<: *all
154 <<: *all
155 when: manual # we don't have any Windows runners anymore at the moment
155 stage: tests
156 stage: tests
156 before_script:
157 before_script:
157 - C:/MinGW/msys/1.0/bin/sh.exe --login -c 'cd "$OLDPWD" && ls -1 tests/test-check-*.* > C:/Temp/check-tests.txt'
158 - C:/MinGW/msys/1.0/bin/sh.exe --login -c 'cd "$OLDPWD" && ls -1 tests/test-check-*.* > C:/Temp/check-tests.txt'
General Comments 0
You need to be logged in to leave comments. Login now