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.
This commit is contained in:
Holger Hans Peter Freyther 2016-04-13 18:50:41 -04:00
parent d16321801d
commit 700297528c
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -ex
autoreconf --install --force
./configure --enable-static
$MAKE $PARALLEL_MAKE