Mercurial > hg
comparison contrib/heptapod-ci.yml @ 48328:e74c15bd58ee stable
heptapod-ci: re-introduce Windows CI
We have Windows runners for now, and we're trying to find more, so let's share
the joy of flaky tests with everyone.
Differential Revision: https://phab.mercurial-scm.org/D11765
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Tue, 16 Nov 2021 16:38:37 +0100 |
parents | f3e218ae3fd9 |
children | 8b927b33310a b52cf5063865 |
comparison
equal
deleted
inserted
replaced
48327:3620ab28882d | 48328:e74c15bd58ee |
---|---|
150 # is stored in OLDPWD. Of the added variables, MSYSTEM is crucial to running | 150 # is stored in OLDPWD. Of the added variables, MSYSTEM is crucial to running |
151 # run-tests.py- it is needed to make run-tests.py generate a `python3` script | 151 # run-tests.py- it is needed to make run-tests.py generate a `python3` script |
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 | |
156 stage: tests | 155 stage: tests |
157 before_script: | 156 before_script: |
158 - C:/MinGW/msys/1.0/bin/sh.exe --login -c 'cd "$OLDPWD" && ls -1 tests/test-check-*.* > C:/Temp/check-tests.txt' | 157 - C:/MinGW/msys/1.0/bin/sh.exe --login -c 'cd "$OLDPWD" && ls -1 tests/test-check-*.* > C:/Temp/check-tests.txt' |
159 # TODO: find/install cvs, bzr, perforce, gpg, sqlite3 | 158 # TODO: find/install cvs, bzr, perforce, gpg, sqlite3 |
160 | 159 |