Tests: build with -j2

Suggested & tested by saso
This commit is contained in:
Przemo Firszt 2015-07-26 12:12:42 +01:00
parent 0bfe92e83e
commit 89b609ea8d

View File

@ -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)"