contrib/jenkins: Enable parallel make in make distcheck

Related: OS#4421
Change-Id: I54b084de6080ab8c438c2c85663abe01c54b07fe
This commit is contained in:
Pau Espin 2020-10-12 18:24:48 +02:00
parent ef5b839e23
commit 424e50f761
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ set -x
autoreconf --install --force
./configure --enable-sanitize --enable-werror --enable-e1d
$MAKE $PARALLEL_MAKE
$MAKE distcheck \
$MAKE $PARALLEL_MAKE distcheck \
|| cat-testlogs.sh
$MAKE maintainer-clean
$MAKE $PARALLEL_MAKE maintainer-clean
osmo-clean-workspace.sh