compile on travis with the maximum number of cores
This commit is contained in:
parent
2138fdfadf
commit
2623c7023c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user