contrib/jenkins: Enable parallel make in make distcheck

Change-Id: I38f59aec482d3a8e2690913bc55728a96399659e
Related: OS#4421
This commit is contained in:
Pau Espin 2020-10-12 19:26:08 +02:00 committed by laforge
parent 4875f09f85
commit 294610160d
1 changed files with 2 additions and 2 deletions

View File

@ -60,12 +60,12 @@ fi
$MAKE $PARALLEL_MAKE
$MAKE check \
|| cat-testlogs.sh
$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