contrib/jenkins: Enable parallel make in make distcheck

Change-Id: I423c4b1d854fa6ec7df504353ce666766ba0c787
Related: OS#4421
This commit is contained in:
Pau Espin 2020-10-12 19:34:04 +02:00
parent cce1e9d50a
commit d8645a02b8
1 changed files with 2 additions and 2 deletions

View File

@ -70,12 +70,12 @@ LD_LIBRARY_PATH="$inst/lib" $MAKE check \
|| cat-testlogs.sh
LD_LIBRARY_PATH="$inst/lib" \
DISTCHECK_CONFIGURE_FLAGS="$enable_werror $IU --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