contrib/jenkins: Enable parallel make in make distcheck

Change-Id: I17e1adac40ac01daee0dd83da0a6aaebd78ea0dc
Related: OS#4421
This commit is contained in:
Pau Espin 2020-10-12 19:46:19 +02:00
parent cebab664a8
commit 05eea1ef0a
1 changed files with 2 additions and 2 deletions

View File

@ -45,12 +45,12 @@ autoreconf --install --force
$MAKE $PARALLEL_MAKE $MAKE $PARALLEL_MAKE
$MAKE check \ $MAKE check \
|| cat-testlogs.sh || cat-testlogs.sh
DISTCHECK_CONFIGURE_FLAGS="$CONFIG" $MAKE distcheck \ DISTCHECK_CONFIGURE_FLAGS="$CONFIG" $MAKE $PARALLEL_MAKE distcheck \
|| cat-testlogs.sh || cat-testlogs.sh
if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" = "1" ]; then if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" = "1" ]; then
make -C "$base/doc/manuals" publish make -C "$base/doc/manuals" publish
fi fi
$MAKE maintainer-clean $MAKE $PARALLEL_MAKE maintainer-clean
osmo-clean-workspace.sh osmo-clean-workspace.sh