contrib/jenkins.sh: run "make {distcheck,maintainer-clean}"

Related: OS#3047
Change-Id: I0c7cd8f8b2a3821e5c55fc84b24eca5e199ebbd8
This commit is contained in:
Oliver Smith 2019-07-10 12:09:58 +02:00
parent b5ae1af602
commit 284c25697d
1 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,5 @@ set -ex
autoreconf --install --force
./configure
$MAKE $PARALLEL_MAKE
$MAKE distcheck
$MAKE maintainer-clean