1
Fork 0

bpo-33764: Appveyor fixes (GH-7364) (GH-7380)

* Prevent spurious message if taking a shortcut
* Fix YAML style
* Disable largefile tests
This commit is contained in:
Ned Deily 2018-06-04 00:52:38 -04:00 committed by GitHub
parent 93ba6da27e
commit 1cbdbf35db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -20,9 +20,10 @@ before_build:
If (!$changes) {
echo 'Only docs were updated, stopping build process.'
Exit-AppveyorBuild
} else {
echo 'Doing full build due to non-doc changes in these files:'
echo $changes
}
echo 'Doing full build due to non-doc changes in these files:'
echo $changes
}
@ -30,6 +31,6 @@ build_script:
- cmd: PCbuild\build.bat -e
- cmd: PCbuild\python.exe -m test.pythoninfo
test_script:
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest -j2
- cmd: PCbuild\rt.bat -q -uall -u-cpu -u-largefile -rwW --slowest -j2
environment:
HOST_PYTHON: C:\Python36\python.exe