Problem: errors do not fail ABI CI test

Solution: set -e in ci_build.sh like in other scripts
This commit is contained in:
Luca Boccassi 2019-07-10 17:08:29 +01:00
parent eec972a5b4
commit 77cd206100

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -x
set -e
cd ../../