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

See osmo-ci change I2409b2928b4d7ebbd6c005097d4ad7337307dd93 for rationale.

Depends: I2409b2928b4d7ebbd6c005097d4ad7337307dd93
Change-Id: I609f7c7c88b49f26e2e48e1f1cffed76d9e6fb5e
This commit is contained in:
Neels Hofmeyr 2017-10-27 22:54:53 +02:00 committed by Harald Welte
parent 78e1cd20e2
commit b0e1bd8c22
1 changed files with 5 additions and 0 deletions

View File

@ -1,7 +1,12 @@
#!/bin/sh
set -ex
osmo-clean-workspace.sh
autoreconf --install --force
./configure
$MAKE $PARALLEL_MAKE
$MAKE check \
|| cat-testlogs.sh
osmo-clean-workspace.sh