aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-10-27 22:50:45 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-28 15:08:45 +0000
commit1274b374301ed7087e5316be0544111ede07cc15 (patch)
tree82b19bb173c2ea6684d1683b066c1f7abe806b2e /contrib
parent5edefaf0e6ec3b0839fc0afd5f3bd7253df066ce (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 3e35a46..3fb014b 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"
verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
@@ -38,3 +39,5 @@ autoreconf --install --force
$MAKE $PARALLEL_MAKE
$MAKE distcheck \
|| cat-testlogs.sh
+
+osmo-clean-workspace.sh