aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/jenkins_bts_trx.sh2
-rw-r--r--contrib/jenkins_common.sh3
-rwxr-xr-xcontrib/jenkins_lc15.sh2
-rwxr-xr-xcontrib/jenkins_oct.sh2
-rwxr-xr-xcontrib/jenkins_oct_and_bts_trx.sh2
-rwxr-xr-xcontrib/jenkins_sysmobts.sh2
6 files changed, 12 insertions, 1 deletions
diff --git a/contrib/jenkins_bts_trx.sh b/contrib/jenkins_bts_trx.sh
index 47ccde38..9a181f2d 100755
--- a/contrib/jenkins_bts_trx.sh
+++ b/contrib/jenkins_bts_trx.sh
@@ -22,3 +22,5 @@ configure_flags="\
"
build_bts "osmo-bts-trx" "$configure_flags"
+
+osmo-clean-workspace.sh
diff --git a/contrib/jenkins_common.sh b/contrib/jenkins_common.sh
index d4c3b1a7..cc1b5b3c 100644
--- a/contrib/jenkins_common.sh
+++ b/contrib/jenkins_common.sh
@@ -17,8 +17,9 @@ inst="$deps/install"
export deps inst
+osmo-clean-workspace.sh
+
mkdir -p "$deps"
-rm -rf "$inst"
verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
diff --git a/contrib/jenkins_lc15.sh b/contrib/jenkins_lc15.sh
index 314d85c0..feef3027 100755
--- a/contrib/jenkins_lc15.sh
+++ b/contrib/jenkins_lc15.sh
@@ -17,3 +17,5 @@ osmo-layer1-headers.sh lc15 "$FIRMWARE_VERSION"
configure_flags="--with-litecell15=$deps/layer1-headers/inc/ --enable-litecell15"
build_bts "osmo-bts-lc15" "$configure_flags"
+
+osmo-clean-workspace.sh
diff --git a/contrib/jenkins_oct.sh b/contrib/jenkins_oct.sh
index 8a351c53..1e139afa 100755
--- a/contrib/jenkins_oct.sh
+++ b/contrib/jenkins_oct.sh
@@ -17,3 +17,5 @@ osmo-layer1-headers.sh oct "$FIRMWARE_VERSION"
configure_flags="--with-octsdr-2g=$deps/layer1-headers/ --enable-octphy"
build_bts "osmo-bts-octphy" "$configure_flags"
+
+osmo-clean-workspace.sh
diff --git a/contrib/jenkins_oct_and_bts_trx.sh b/contrib/jenkins_oct_and_bts_trx.sh
index 964fb94f..ac8ef6d7 100755
--- a/contrib/jenkins_oct_and_bts_trx.sh
+++ b/contrib/jenkins_oct_and_bts_trx.sh
@@ -26,3 +26,5 @@ configure_flags="\
"
build_bts "osmo-bts-octphy+trx" "$configure_flags"
+
+osmo-clean-workspace.sh
diff --git a/contrib/jenkins_sysmobts.sh b/contrib/jenkins_sysmobts.sh
index ca12e761..d7caf0fe 100755
--- a/contrib/jenkins_sysmobts.sh
+++ b/contrib/jenkins_sysmobts.sh
@@ -24,3 +24,5 @@ build_bts "osmo-bts-sysmo" "$configure_flags"
if [ $FIRMWARE_VERSION != "femtobts_v2.7" ]; then
$MAKE -C contrib/sysmobts-calib
fi
+
+osmo-clean-workspace.sh