aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-10-27 22:54:46 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-28 15:08:01 +0000
commit2fc999adeff0e44dd75607e5ce9a0de6de22304c (patch)
tree3cb605dd8d65ad9888076c9cb695d706232e9d65 /contrib
parentf89be664dd9f0e1f68c19bb82d2868a828f900f0 (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 140fc638a..fa7c60efa 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
@@ -53,3 +54,5 @@ LD_LIBRARY_PATH="$inst/lib" \
DISTCHECK_CONFIGURE_FLAGS="--enable-osmo-bsc --enable-nat $SMPP $MGCP $IU --enable-vty-tests --enable-external-tests" \
$MAKE distcheck \
|| cat-testlogs.sh
+
+osmo-clean-workspace.sh