compile on travis with the maximum number of cores

This commit is contained in:
Dennis Luxen 2014-01-23 13:47:05 +01:00
parent 2138fdfadf
commit 2623c7023c

View File

@ -12,7 +12,7 @@ before_script:
- mkdir build
- cd build
- cmake .. $CMAKEOPTIONS
script: make -j3
script: make -j `nproc`
after_script:
- cd ..
- cucumber -p verify