mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
bpo-33764: Appveyor fixes (GH-7364)
* Prevent spurious message if taking a shortcut * Fix YAML style * Disable largefile tests
This commit is contained in:
parent
13f51d9eec
commit
47a6c79f09
1 changed files with 5 additions and 4 deletions
7
.github/appveyor.yml
vendored
7
.github/appveyor.yml
vendored
|
@ -20,18 +20,19 @@ before_build:
|
||||||
If (!$changes) {
|
If (!$changes) {
|
||||||
echo 'Only docs were updated, stopping build process.'
|
echo 'Only docs were updated, stopping build process.'
|
||||||
Exit-AppveyorBuild
|
Exit-AppveyorBuild
|
||||||
}
|
} else {
|
||||||
echo 'Doing full build due to non-doc changes in these files:'
|
echo 'Doing full build due to non-doc changes in these files:'
|
||||||
echo $changes
|
echo $changes
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: PCbuild\build.bat -e
|
- cmd: PCbuild\build.bat -e
|
||||||
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
|
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
|
||||||
test_script:
|
test_script:
|
||||||
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0
|
- cmd: PCbuild\rt.bat -q -uall -u-cpu -u-largefile -rwW --slowest --timeout=1200 --fail-env-changed -j0
|
||||||
environment:
|
environment:
|
||||||
HOST_PYTHON: C:\Python36\python.exe
|
HOST_PYTHON: C:\Python36\python.exe
|
||||||
image:
|
image:
|
||||||
- Visual Studio 2017
|
- Visual Studio 2017
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue