contrib/heptapod-ci.yml
changeset 48524 6bd42f9bc97e
parent 48404 0ad593b60760
parent 48522 b52cf5063865
child 48697 fba2d7fab11e
equal deleted inserted replaced
48523:823e906d879d 48524: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