jenkins: add missing set -e to catch build errors

Change-Id: I9f6b015b09c60c18d213dde5bbdcfc527096a10f
This commit is contained in:
Neels Hofmeyr 2017-10-27 22:48:14 +02:00
parent a4d72b02e2
commit f586610faf
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#!/usr/bin/env bash
# jenkins build helper script for libasn1c. This is how we build on jenkins.osmocom.org
set -e
set +x
echo
echo