##// END OF EJS Templates
windows-ci: clean up the Heptapod CI file now that the baseline is solid...
Raphaël Gomès -
r48606:d5d46dcd stable
parent child Browse files
Show More
@@ -147,9 +147,7 b' check-pytype-py3:'
147 147 .window_runtests_template: &windows_runtests
148 148 stage: tests
149 149 before_script:
150 # Temporary until this is adjusted in the environment
151 - $Env:TEMP="C:/Temp"
152 - $Env:TMP="C:/Temp"
150 - C:/MinGW/msys/1.0/bin/sh.exe --login -c 'cd "$OLDPWD" && ls -1 tests/test-check-*.* > C:/Temp/check-tests.txt'
153 151 # TODO: find/install cvs, bzr, perforce, gpg, sqlite3
154 152
155 153 script:
@@ -158,6 +156,8 b' check-pytype-py3:'
158 156 - Invoke-Expression "$Env:PYTHON -V"
159 157 - Invoke-Expression "$Env:PYTHON -m black --version"
160 158 - echo "$Env:RUNTEST_ARGS"
159 - echo "$Env:TMP"
160 - echo "$Env:TEMP"
161 161
162 162 - C:/MinGW/msys/1.0/bin/sh.exe --login -c 'cd "$OLDPWD" && HGTESTS_ALLOW_NETIO="$TEST_HGTESTS_ALLOW_NETIO" HGMODULEPOLICY="$TEST_HGMODULEPOLICY" $PYTHON tests/run-tests.py --color=always $RUNTEST_ARGS'
163 163
@@ -166,8 +166,7 b' windows-py3:'
166 166 when: manual
167 167 tags:
168 168 - windows
169 timeout: 2h
170 169 variables:
171 170 TEST_HGMODULEPOLICY: "c"
172 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt"
171 RUNTEST_ARGS: "--blacklist C:/Temp/check-tests.txt"
173 172 PYTHON: py -3
General Comments 0
You need to be logged in to leave comments. Login now