mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Problem: errors do not fail ABI CI test
Solution: set -e in ci_build.sh like in other scripts
This commit is contained in:
parent
eec972a5b4
commit
77cd206100
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
cd ../../
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user