jenkins.sh: Introduce 'make clean' between different board builds

Change-Id: I907c9d7ec805ee7f1d7383a23941d338bcd89dfd
This commit is contained in:
Harald Welte 2019-11-30 16:36:19 +01:00
parent 53feef0f69
commit dc5bdcf7db
1 changed files with 3 additions and 0 deletions

View File

@ -23,7 +23,10 @@ verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
cd gcc
$MAKE mrproper
# build for EVK
$MAKE $PARALLEL_MAKE
$MAKE clean
# build for sysmoOCTSIM
$MAKE $PARALLEL_MAKE BOARD=SYSMOOCTSIM
if [ "x$publish" = "x--publish" ]; then