aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-10-27 22:48:41 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-28 16:21:02 +0000
commit0a433101824b510f1e480c6365e401bd7d7fcd82 (patch)
treeb1ed0e5ddeef32b387eabc0451c654411a6cade3
parentd5ee1ed734f914a4fb7e00c927336d93fb40053e (diff)
jenkins: use osmo-clean-workspace.sh before and after build
-rwxr-xr-xcontrib/jenkins.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index d4f98f3..5f31710 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -2,6 +2,7 @@
# jenkins build helper script for libasn1c. This is how we build on jenkins.osmocom.org
set -e
+osmo-clean-workspace.sh
set +x
echo
@@ -16,3 +17,5 @@ autoreconf --install --force
$MAKE $PARALLEL_MAKE
$MAKE distcheck \
|| cat-testlogs.sh
+
+osmo-clean-workspace.sh