Try parallel build on travis

This commit is contained in:
Marcus Holland-Moritz 2020-11-23 20:52:50 +01:00
parent 3176f663ed
commit 0acdf94cab

View File

@ -40,4 +40,4 @@ before_script:
- cd build
- cmake -DWITH_TESTS=1 ..
script: make && make test
script: make -j$(nproc) && make test