mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-26 09:35:23 +00:00
Travis: Remove "-j 4" command line option - does not make sense for ninja-build
This commit is contained in:
parent
3f690e0bf0
commit
f53932d7ca
@ -28,7 +28,7 @@ if [ $ERR != 0 ]; then
|
|||||||
echo "cmake GENERATE failed"
|
echo "cmake GENERATE failed"
|
||||||
exit 33
|
exit 33
|
||||||
fi
|
fi
|
||||||
/usr/local/bin/cmake --build . -- -j 4
|
/usr/local/bin/cmake --build .
|
||||||
ERR=$?
|
ERR=$?
|
||||||
if [ $ERR != 0 ]; then
|
if [ $ERR != 0 ]; then
|
||||||
echo "cmake build failed"
|
echo "cmake build failed"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user