aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-10-27 22:54:53 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-31 09:24:58 +0000
commitb0e1bd8c228f3795031cebfac2533dfabed61112 (patch)
treefe5d4344018890fb0a6279b03f5656a1fecaa90e
parent78e1cd20e2690f59c4ddee8faeeff98edbe5685c (diff)
jenkins: use osmo-clean-workspace.sh before and after build
-rwxr-xr-xcontrib/jenkins.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 80d6612..f31579e 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -1,7 +1,12 @@
#!/bin/sh
set -ex
+
+osmo-clean-workspace.sh
+
autoreconf --install --force
./configure
$MAKE $PARALLEL_MAKE
$MAKE check \
|| cat-testlogs.sh
+
+osmo-clean-workspace.sh