contrib/jenkins: Enable parallel make in make distcheck

Change-Id: Ife6c5b37ce34923a3379703bc6460a5760a815e8
Related: OS#4421
This commit is contained in:
Pau Espin 2020-10-12 19:23:15 +02:00
parent a6778f4494
commit c0d470b9bb
1 changed files with 2 additions and 2 deletions

View File

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