Travis: Remove "-j 4" command line option - does not make sense for ninja-build

This commit is contained in:
Dirk Ziegelmeier 2018-10-22 17:18:34 +02:00
parent 3f690e0bf0
commit f53932d7ca

View File

@ -28,7 +28,7 @@ if [ $ERR != 0 ]; then
echo "cmake GENERATE failed"
exit 33
fi
/usr/local/bin/cmake --build . -- -j 4
/usr/local/bin/cmake --build .
ERR=$?
if [ $ERR != 0 ]; then
echo "cmake build failed"