Skip to content

Commit 47a6c79

Browse files
zwarened-deily
authored andcommitted
bpo-33764: Appveyor fixes (GH-7364)
* Prevent spurious message if taking a shortcut * Fix YAML style * Disable largefile tests
1 parent 13f51d9 commit 47a6c79

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/appveyor.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,19 @@ before_build:
2020
If (!$changes) {
2121
echo 'Only docs were updated, stopping build process.'
2222
Exit-AppveyorBuild
23+
} else {
24+
echo 'Doing full build due to non-doc changes in these files:'
25+
echo $changes
2326
}
24-
echo 'Doing full build due to non-doc changes in these files:'
25-
echo $changes
2627
}
2728
2829
2930
build_script:
3031
- cmd: PCbuild\build.bat -e
3132
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
3233
test_script:
33-
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0
34+
- cmd: PCbuild\rt.bat -q -uall -u-cpu -u-largefile -rwW --slowest --timeout=1200 --fail-env-changed -j0
3435
environment:
3536
HOST_PYTHON: C:\Python36\python.exe
3637
image:
37-
- Visual Studio 2017
38+
- Visual Studio 2017

0 commit comments

Comments
 (0)