contrib/heptapod-ci.yml
branchstable
changeset 48522 b52cf5063865
parent 48328 e74c15bd58ee
child 48524 6bd42f9bc97e
equal deleted inserted replaced
48521:f447b90a4b11 48522:b52cf5063865
   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