summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-10-30 05:03:19 +0100
committerHarald Welte <laforge@gnumonks.org>2017-10-31 09:25:11 +0000
commita97996f54c1674be445e0cd46ac778b827f131b0 (patch)
treeff546a762ee18a8a58e2d6926ce2d1720737f7c0 /contrib
parent8a617cd160dd8649815b6d2e3a533341a12b872b (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 ca72ac55..78c0b591 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -7,8 +7,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
@@ -30,3 +31,5 @@ cd src/host/layer23
autoreconf -fi
./configure
make
+
+osmo-clean-workspace.sh