appveyor.yml: num of jobs
* appveyor.yml (test_script): stop running too many workers to get rid of sporadic NoMemoryError. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3947382b87
commit
d4aad43f59
@ -45,8 +45,8 @@ build_script:
|
|||||||
- nmake -l
|
- nmake -l
|
||||||
- nmake install-nodoc
|
- nmake install-nodoc
|
||||||
- \usr\bin\ruby -v -e "p :locale => Encoding.find('locale'), :filesystem => Encoding.find('filesystem')"
|
- \usr\bin\ruby -v -e "p :locale => Encoding.find('locale'), :filesystem => Encoding.find('filesystem')"
|
||||||
- set /a JOBS=2*%NUMBER_OF_PROCESSORS%
|
|
||||||
test_script:
|
test_script:
|
||||||
|
- set /a JOBS=%NUMBER_OF_PROCESSORS%
|
||||||
- nmake -l "TESTOPTS=-v -q" btest
|
- nmake -l "TESTOPTS=-v -q" btest
|
||||||
- nmake -l "TESTOPTS=-v -q" test-basic
|
- nmake -l "TESTOPTS=-v -q" test-basic
|
||||||
- nmake -l "TESTOPTS=-q -j%JOBS%" test-all
|
- nmake -l "TESTOPTS=-q -j%JOBS%" test-all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user