mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -45,8 +45,8 @@ build_script:
|
|||
- nmake -l
|
||||
- nmake install-nodoc
|
||||
- \usr\bin\ruby -v -e "p :locale => Encoding.find('locale'), :filesystem => Encoding.find('filesystem')"
|
||||
- set /a JOBS=2*%NUMBER_OF_PROCESSORS%
|
||||
test_script:
|
||||
- set /a JOBS=%NUMBER_OF_PROCESSORS%
|
||||
- nmake -l "TESTOPTS=-v -q" btest
|
||||
- nmake -l "TESTOPTS=-v -q" test-basic
|
||||
- nmake -l "TESTOPTS=-q -j%JOBS%" test-all
|
||||
|
|
Loading…
Add table
Reference in a new issue