aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-10-27 22:54:29 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-10-27 22:54:29 +0200
commit29caaab817b1864079c8f4eccd90ad17baf62b3b (patch)
tree8c9f35994353c8a87824348635d4f4cf213eec5d /contrib
parent859f9b0752419d43928d465bc96a87238c6d7940 (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 3bfb3f5..b2f8452 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
@@ -37,3 +38,5 @@ autoreconf --install --force
./configure
$MAKE $PARALLEL_MAKE
$MAKE distcheck
+
+osmo-clean-workspace.sh