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

See osmo-ci change I2409b2928b4d7ebbd6c005097d4ad7337307dd93 for rationale.

Depends: I2409b2928b4d7ebbd6c005097d4ad7337307dd93
Change-Id: Iaf8338d0d061c70f7ab3737dc425784dc7c170a4
This commit is contained in:
Neels Hofmeyr 2017-10-27 22:54:14 +02:00
parent a919206f92
commit 759effc01c
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,9 @@ set -ex
base="$PWD"
deps="$base/deps"
export deps
osmo-clean-workspace.sh
mkdir "$deps" || true
@ -13,3 +16,5 @@ osmo-deps.sh libosmocore
cd "$base"
$MAKE $PARALLEL_MAKE LIBOSMO_DIR="$deps/libosmocore"
$MAKE $PARALLEL_MAKE LIBOSMO_DIR="$deps/libosmocore" check
osmo-clean-workspace.sh