contrib/jenkins: Enable parallel make in make distcheck

Change-Id: Id7d4e6682be1d4f77979e896089b42f35548ca98
Related: OS#4421
This commit is contained in:
Pau Espin 2020-10-12 19:32:31 +02:00
parent fb2a7298e0
commit 3ddf4c6933
1 changed files with 2 additions and 2 deletions

View File

@ -54,11 +54,11 @@ cd "$base"
autoreconf --install --force
./configure --enable-sanitize --enable-werror $GTP $CONFIG
$MAKE $PARALLEL_MAKE
DISTCHECK_CONFIGURE_FLAGS="$CONFIG" $MAKE distcheck
DISTCHECK_CONFIGURE_FLAGS="$CONFIG" $MAKE $PARALLEL_MAKE distcheck
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