try 4 cores
This commit is contained in:
parent
8dd47cd204
commit
a10d69c1d8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ before_install:
|
|||
install:
|
||||
- if [[ "${CXX}" == 'g++' ]]; then export CXX="g++-4.8" && export CC="gcc-4.8"; fi;
|
||||
- ./configure CXX="${CXX}" CC="${CC}" DEMO=True BENCHMARK=True CPP_TESTS=True CAIRO=True FAST=True
|
||||
- JOBS=2 make
|
||||
- JOBS=4 make
|
||||
|
||||
before_script:
|
||||
- make test
|
||||
|
|
Loading…
Add table
Reference in a new issue