Tests: build with -j2
Suggested & tested by saso
This commit is contained in:
parent
0bfe92e83e
commit
89b609ea8d
|
@ -49,5 +49,5 @@ install:
|
|||
- mkdir build && cd build && cmake ../
|
||||
|
||||
script:
|
||||
- make
|
||||
- make -j2
|
||||
- PYTHONPATH=$(pwd)/lib/ python -c "import sys, unittest, FreeCAD, TestApp; sys.exit(0 if unittest.TextTestRunner().run(TestApp.All()).wasSuccessful() else 1)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user