try 4 cores

This commit is contained in:
Dane Springmeyer 2014-07-24 15:46:51 -07:00
parent 8dd47cd204
commit a10d69c1d8

View file

@ -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