aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-10-27 22:54:40 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-28 15:08:24 +0000
commit7f5ab9e0fa50510c69730115f66439e7406d90da (patch)
tree95cb61b39ccdcfd8f33c8d7944791bd10be3446a
parent6a015683514f360b9cf42da7ded4983bc2949b26 (diff)
jenkins: use osmo-clean-workspace.sh before and after build
-rwxr-xr-xcontrib/jenkins.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 284679d28..e39123c37 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
@@ -55,3 +56,5 @@ LD_LIBRARY_PATH="$inst/lib" \
DISTCHECK_CONFIGURE_FLAGS="--enable-smpp $IU --enable-vty-tests --enable-external-tests" \
$MAKE distcheck \
|| cat-testlogs.sh
+
+osmo-clean-workspace.sh