diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-04-13 18:50:41 -0400 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-04-13 18:50:41 -0400 |
commit | 700297528cb0894524b8d188ebd3377af27c488d (patch) | |
tree | 23a82e21b0bbdb4d7db257045827cab9ba981a26 /contrib | |
parent | d16321801d458909b8c5594060bbdf17456acae2 (diff) |
jenkins: Enable tracing and error handling in bash
Like jenkins we want to see what is actually being executed
and fail if a subcommand has failed.
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/jenkins.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index 524fa8b0..5c69da69 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +set -ex + autoreconf --install --force ./configure --enable-static $MAKE $PARALLEL_MAKE |