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
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake .. $CMAKEOPTIONS
|
- cmake .. $CMAKEOPTIONS
|
||||||
script: make -j3
|
script: make -j `nproc`
|
||||||
after_script:
|
after_script:
|
||||||
- cd ..
|
- cd ..
|
||||||
- cucumber -p verify
|
- cucumber -p verify
|
||||||
|
Loading…
Reference in New Issue
Block a user