[3.6] bpo-30417: Disable cpu resource on AppVeyor (GH-1951)

(cherry picked from commit 42e3acda86)
This commit is contained in:
Zachary Ware 2017-06-09 22:26:31 -05:00 committed by GitHub
parent 10c9a09ef4
commit e380c19b7e

View file

@ -8,7 +8,7 @@ branches:
build_script: build_script:
- cmd: PCbuild\build.bat -e - cmd: PCbuild\build.bat -e
test_script: test_script:
- cmd: PCbuild\rt.bat -q -uall -rwW --slowest --timeout=1200 -j0 - cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
# Only trigger AppVeyor if actual code or its configuration changes # Only trigger AppVeyor if actual code or its configuration changes
only_commits: only_commits: