mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-10-23 08:22:00 +00:00
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:
committed by
Harald Welte
parent
78e1cd20e2
commit
b0e1bd8c22
@@ -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
|
||||
|
Reference in New Issue
Block a user