Tests: build with -j2
Suggested & tested by saso
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user