[MERGED] libgtpnl[master]: Add contrib/jenkins.sh for jenkins build verification

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Nov 12 13:47:54 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: Add contrib/jenkins.sh for jenkins build verification
......................................................................


Add contrib/jenkins.sh for jenkins build verification

Change-Id: I88a52f4adb08826f714bd32b1dfddd249f780c99
---
A contrib/jenkins.sh
1 file changed, 12 insertions(+), 0 deletions(-)

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



diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
new file mode 100755
index 0000000..4e21fd7
--- /dev/null
+++ b/contrib/jenkins.sh
@@ -0,0 +1,12 @@
+#!/usr/bin/env bash
+
+set -ex
+
+osmo-clean-workspace.sh
+
+autoreconf --install --force
+./configure CFLAGS="-Werror" CPPFLAGS="-Werror"
+$MAKE $PARALLEL_MAKE
+$MAKE distcheck
+
+osmo-clean-workspace.sh

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I88a52f4adb08826f714bd32b1dfddd249f780c99
Gerrit-PatchSet: 2
Gerrit-Project: libgtpnl
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list