Enabling parallel option to CI job

This commit is contained in:
Kohei Takahashi
2018-01-29 10:10:15 +09:00
parent 806b621931
commit b42314fb02
2 changed files with 2 additions and 2 deletions

View File

@ -201,4 +201,4 @@ install:
- ./b2 headers - ./b2 headers
script: script:
- ./b2 libs/fusion/test toolset=$TOOLSET cxxstd=$CXXSTD define=RUNNING_ON_TRAVIS=1 - ./b2 -j`(nproc || sysctl -n hw.ncpu) 2> /dev/null` libs/fusion/test toolset=$TOOLSET cxxstd=$CXXSTD define=RUNNING_ON_TRAVIS=1

View File

@ -71,4 +71,4 @@ install:
build: off build: off
test_script: test_script:
- b2 libs/fusion/test toolset=%TOOLSET% define=RUNNING_ON_APPVEYOR=1 - b2 -j%NUMBER_OF_PROCESSORS% libs/fusion/test toolset=%TOOLSET% define=RUNNING_ON_APPVEYOR=1