travis: Use make -j $(nproc)

This commit is contained in:
Priit Laes
2021-03-15 19:31:09 +02:00
committed by Thomas Krijnen
parent d8b2cc77cc
commit 4f9991fb13
+1 -1
View File
@@ -46,7 +46,7 @@ script:
-DGLTF_SUPPORT=On \
-DJSON_INCLUDE_DIR=/usr/include/json \
..
- sudo make -j2 install
- sudo make -j$(nproc) install
- cd ../../test
- /usr/bin/python2.7 tests.py