Mercurial > public > mercurial-scm > hg-stable
comparison contrib/heptapod-ci.yml @ 48559:6bd42f9bc97e
merge: with stable
author | Augie Fackler <augie@google.com> |
---|---|
date | Tue, 04 Jan 2022 14:21:22 -0500 |
parents | 0ad593b60760 b52cf5063865 |
children | fba2d7fab11e |
comparison
equal
deleted
inserted
replaced
48558:823e906d879d | 48559:6bd42f9bc97e |
---|---|
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 | |
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' |
158 # TODO: find/install cvs, bzr, perforce, gpg, sqlite3 | 159 # TODO: find/install cvs, bzr, perforce, gpg, sqlite3 |
159 | 160 |