contrib/heptapod-ci.yml
branchstable
changeset 48070 750920b18aaa
parent 47879 c1ed2c967fac
child 48276 f3e218ae3fd9
equal deleted inserted replaced
48040:7970895a21cb 48070:750920b18aaa
   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