JOBS=6 for clang++, 2 for g++
This commit is contained in:
parent
a10d69c1d8
commit
e374ac70ae
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=4 make
|
||||
- if [[ "${CXX}" == 'g++-4.8' ]]; then JOBS=2 make; else JOBS=6 make; fi;
|
||||
|
||||
before_script:
|
||||
- make test
|
||||
|
|
Loading…
Reference in a new issue