contrib/jenkins: Enable parallel make in make distcheck

Change-Id: I8489de493a9f653250d362250b6f7b31277c7e23
Related: OS#4421
This commit is contained in:
Pau Espin 2020-10-12 19:39:40 +02:00
parent af3252cc71
commit 8ab883b9b6
1 changed files with 2 additions and 2 deletions

View File

@ -59,12 +59,12 @@ LD_LIBRARY_PATH="$inst/lib" $MAKE check \
|| cat-testlogs.sh
LD_LIBRARY_PATH="$inst/lib" \
DISTCHECK_CONFIGURE_FLAGS="--enable-vty-tests --enable-external-tests --enable-werror $CONFIG" \
$MAKE distcheck \
$MAKE $PARALLEL_MAKE distcheck \
|| cat-testlogs.sh
if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" = "1" ]; then
make -C "$base/doc/manuals" publish
fi
$MAKE maintainer-clean
$MAKE $PARALLEL_MAKE maintainer-clean
osmo-clean-workspace.sh