contrib/jenkins: Enable parallel make in make distcheck

Change-Id: I8b73a9cdd0e481075a234abd9e94bd5c4396f168
Related: OS#4421
This commit is contained in:
Pau Espin 2020-10-12 19:34:58 +02:00
parent 19c430feba
commit 38404969df
1 changed files with 2 additions and 2 deletions

View File

@ -56,12 +56,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 $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