mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-19 23:12:09 +00:00
Travis: Use CMake from /usr/local/bin
This commit is contained in:
parent
95eada2119
commit
5840b090d4
@ -20,7 +20,7 @@ cp contrib/examples/example_app/lwipcfg.h.travis contrib/examples/example_app/lw
|
|||||||
# Generate CMake
|
# Generate CMake
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
/usr/local/bin/cmake ..
|
||||||
|
|
||||||
# Build CMake
|
# Build CMake
|
||||||
ERR=$?
|
ERR=$?
|
||||||
@ -28,4 +28,4 @@ if [ $ERR != 0 ]; then
|
|||||||
echo "cmake build failed"
|
echo "cmake build failed"
|
||||||
exit 33
|
exit 33
|
||||||
fi
|
fi
|
||||||
cmake --build . -- -j 4
|
/usr/local/bin/cmake --build . -- -j 4
|
||||||
|
Loading…
Reference in New Issue
Block a user