aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-13 18:50:41 -0400
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-13 18:50:41 -0400
commit700297528cb0894524b8d188ebd3377af27c488d (patch)
tree23a82e21b0bbdb4d7db257045827cab9ba981a26
parentd16321801d458909b8c5594060bbdf17456acae2 (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.
-rwxr-xr-xcontrib/jenkins.sh2
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