jenkins: use osmo-clean-workspace.sh before and after build

See osmo-ci change I2409b2928b4d7ebbd6c005097d4ad7337307dd93 for rationale.

Depends: I2409b2928b4d7ebbd6c005097d4ad7337307dd93
Change-Id: I830b17462b636e0bf03f4d88000660409503c3e5
This commit is contained in:
Neels Hofmeyr 2017-10-27 22:54:25 +02:00 committed by Harald Welte
parent 2757cbc2a8
commit a39dab4b7c
6 changed files with 12 additions and 1 deletions

View File

@ -22,3 +22,5 @@ configure_flags="\
"
build_bts "osmo-bts-trx" "$configure_flags"
osmo-clean-workspace.sh

View File

@ -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]")

View File

@ -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

View File

@ -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

View File

@ -26,3 +26,5 @@ configure_flags="\
"
build_bts "osmo-bts-octphy+trx" "$configure_flags"
osmo-clean-workspace.sh

View File

@ -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