Skip to content

Commit

Permalink
[3.6] bpo-30417: Disable cpu resource on AppVeyor (GH-1951)
Browse files Browse the repository at this point in the history
(cherry picked from commit 42e3acd)
  • Loading branch information
zware committed Jun 10, 2017
1 parent 10c9a09 commit e380c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ branches:
build_script:
- cmd: PCbuild\build.bat -e
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_commits:
Expand Down

0 comments on commit e380c19

Please sign in to comment.