mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-14 02:57:47 +01:00
CI build does not fail when tests fail. Fix #1527
This commit is contained in:
parent
e74e36def1
commit
f4e9e6f062
@ -9,8 +9,7 @@ if [ $BUILD_TYPE == "default" ]; then
|
|||||||
if [ $TRAVIS_OS_NAME != "osx" ] ; then sudo ldconfig ; fi )
|
if [ $TRAVIS_OS_NAME != "osx" ] ; then sudo ldconfig ; fi )
|
||||||
|
|
||||||
# Build and check this project
|
# Build and check this project
|
||||||
./autogen.sh && ./configure --with-libsodium=yes && make && make check
|
(./autogen.sh && ./configure --with-libsodium=yes && make && make check && sudo make install) || exit 1
|
||||||
sudo make install
|
|
||||||
else
|
else
|
||||||
cd ./builds/${BUILD_TYPE} && ./ci_build.sh
|
cd ./builds/${BUILD_TYPE} && ./ci_build.sh
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user