Skip to content

Commit

Permalink
bpo-33764: Appveyor fixes (GH-7364) (GH-7369)
Browse files Browse the repository at this point in the history
* Prevent spurious message if taking a shortcut
* Fix YAML style
* Disable largefile tests
(cherry picked from commit 47a6c79)

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
  • Loading branch information
2 people authored and ned-deily committed Jun 4, 2018
1 parent 2332fed commit 37343a2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,19 @@ 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
}
build_script:
- cmd: PCbuild\build.bat -e
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
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:
HOST_PYTHON: C:\Python36\python.exe
image:
- Visual Studio 2017
- Visual Studio 2017

0 comments on commit 37343a2

Please sign in to comment.