mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 22:50:56 +00:00
travis: Use make -j $(nproc)
This commit is contained in:
committed by
Thomas Krijnen
parent
d8b2cc77cc
commit
4f9991fb13
+1
-1
@@ -46,7 +46,7 @@ script:
|
|||||||
-DGLTF_SUPPORT=On \
|
-DGLTF_SUPPORT=On \
|
||||||
-DJSON_INCLUDE_DIR=/usr/include/json \
|
-DJSON_INCLUDE_DIR=/usr/include/json \
|
||||||
..
|
..
|
||||||
- sudo make -j2 install
|
- sudo make -j$(nproc) install
|
||||||
|
|
||||||
- cd ../../test
|
- cd ../../test
|
||||||
- /usr/bin/python2.7 tests.py
|
- /usr/bin/python2.7 tests.py
|
||||||
|
|||||||
Reference in New Issue
Block a user