aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-10-27 22:54:22 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-28 15:08:27 +0000
commitc752351c5cf0bc63485443ea1ec2c26c83e6808a (patch)
treeea03b6f726474d0556ecd6f80fd8780d51878a63 /contrib
parent9bce2bd0ec64b4e272b9b33cf955d8196f08301f (diff)
jenkins: use osmo-clean-workspace.sh before and after build
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/jenkins.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index eb302d1aa..57954f032 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -14,8 +14,9 @@ deps="$base/deps"
inst="$deps/install"
export deps inst
+osmo-clean-workspace.sh
+
mkdir "$deps" || true
-rm -rf "$inst"
osmo-build-dep.sh libosmocore "" ac_cv_path_DOXYGEN=false
@@ -47,3 +48,5 @@ LD_LIBRARY_PATH="$inst/lib" \
DISTCHECK_CONFIGURE_FLAGS="--enable-vty-tests --enable-external-tests" \
$MAKE distcheck \
|| cat-testlogs.sh
+
+osmo-clean-workspace.sh