Harald Welte has submitted this change and it was merged.

Change subject: jenkins: Enable parallel build and distcheck
......................................................................


jenkins: Enable parallel build and distcheck

Change-Id: Id41fbcb5a96093eb6c3dc00bcacbd379111ada70
---
M contrib/jenkins.sh
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 4a31aef..35d8e7a 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -7,7 +7,7 @@
 autoreconf --install --force
 ./configure --enable-sanitize
 $MAKE CFLAGS="-Werror" CPPFLAGS="-Werror"
-# currently broken $MAKE $PARALLEL_MAKE
-# currently broken $MAKE distcheck
+$MAKE $PARALLEL_MAKE
+$MAKE distcheck
 
 osmo-clean-workspace.sh

-- 
To view, visit https://gerrit.osmocom.org/6370
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id41fbcb5a96093eb6c3dc00bcacbd379111ada70
Gerrit-PatchSet: 1
Gerrit-Project: libsmpp34
Gerrit-Branch: master
Gerrit-Owner: roox <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to