[PATCH] asn1c[master]: fix jenkins build: add contrib/jenkins.sh expected by jobs

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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Tue Jan 16 14:14:30 UTC 2018


Review at  https://gerrit.osmocom.org/5825

fix jenkins build: add contrib/jenkins.sh expected by jobs

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


  git pull ssh://gerrit.osmocom.org:29418/asn1c refs/changes/25/5825/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
new file mode 100644
index 0000000..1b09c8b
--- /dev/null
+++ b/contrib/jenkins.sh
@@ -0,0 +1,21 @@
+#!/bin/sh
+# jenkins build helper script for asn1c.  This is how we build on jenkins.osmocom.org
+
+set -ex
+
+osmo-clean-workspace.sh
+
+set +x
+echo
+echo
+echo
+echo " =============================== asn1c ==============================="
+echo
+set -x
+
+./configure # CFLAGS="-Werror" CPPFLAGS="-Werror" #-Werror currently broken
+$MAKE $PARALLEL_MAKE
+$MAKE check
+#$MAKE distcheck # distcheck currently broken
+
+osmo-clean-workspace.sh

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1ef4b9ce3080ce9cad9ed92ead01619b0d6f91f4
Gerrit-PatchSet: 1
Gerrit-Project: asn1c
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list