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

See osmo-ci change I2409b2928b4d7ebbd6c005097d4ad7337307dd93 for rationale.

Depends: I2409b2928b4d7ebbd6c005097d4ad7337307dd93
Change-Id: I7261e006163eda4bee8a4695fbd5bd29307babe6
This commit is contained in:
Neels Hofmeyr 2017-10-27 22:54:35 +02:00 committed by Harald Welte
parent cc1afdfb7e
commit 8a257b6c5a
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"
verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
@ -54,3 +55,5 @@ $MAKE check \
|| cat-testlogs.sh
$MAKE distcheck \
|| cat-testlogs.sh
osmo-clean-workspace.sh