From 700297528cb0894524b8d188ebd3377af27c488d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 13 Apr 2016 18:50:41 -0400 Subject: 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. --- contrib/jenkins.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib') 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 -- cgit v1.2.3