Skip to content

Commit 1cbdbf3

Browse files
authored
bpo-33764: Appveyor fixes (GH-7364) (GH-7380)
* Prevent spurious message if taking a shortcut * Fix YAML style * Disable largefile tests
1 parent 93ba6da commit 1cbdbf3

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,16 +20,17 @@ 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\python.exe -m test.pythoninfo
3233
test_script:
33-
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest -j2
34+
- cmd: PCbuild\rt.bat -q -uall -u-cpu -u-largefile -rwW --slowest -j2
3435
environment:
3536
HOST_PYTHON: C:\Python36\python.exe

0 commit comments

Comments
 (0)