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

See osmo-ci change I2409b2928b4d7ebbd6c005097d4ad7337307dd93 for rationale.

Depends: I2409b2928b4d7ebbd6c005097d4ad7337307dd93
Change-Id: I7e9f19755f55b274def9d757f72f2a08a01a4cce
This commit is contained in:
Neels Hofmeyr 2017-10-27 22:54:50 +02:00
parent 535df15bc5
commit 4abdb313e3
1 changed files with 4 additions and 1 deletions

View File

@ -7,8 +7,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
@ -32,3 +33,5 @@ $MAKE check \
|| cat-testlogs.sh
$MAKE distcheck \
|| cat-testlogs.sh
osmo-clean-workspace.sh