Skip to content

Commit b8f2fb5

Browse files
authored
bpo-33764: Appveyor fixes (GH-7364) (GH-7379)
* Prevent spurious message if taking a shortcut * Fix YAML style * Disable largefile tests
1 parent 2e601c5 commit b8f2fb5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,18 @@ 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 -j0
34+
- cmd: PCbuild\rt.bat -q -uall -u-cpu -u-largefile -rwW --slowest --timeout=1200 -j0
3435
environment:
3536
HOST_PYTHON: C:\Python36\python.exe
3637
image:

0 commit comments

Comments
 (0)