mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +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 )
|
||||
|
||||
# Build and check this project
|
||||
./autogen.sh && ./configure --with-libsodium=yes && make && make check
|
||||
sudo make install
|
||||
(./autogen.sh && ./configure --with-libsodium=yes && make && make check && sudo make install) || exit 1
|
||||
else
|
||||
cd ./builds/${BUILD_TYPE} && ./ci_build.sh
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user