[PATCH] libasn1c[master]: add contrib/jenkins.sh script for jenkins build testing

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
Mon Aug 14 06:12:53 UTC 2017


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

add contrib/jenkins.sh script for jenkins build testing

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


  git pull ssh://gerrit.osmocom.org:29418/libasn1c refs/changes/12/3512/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
new file mode 100755
index 0000000..d9901e3
--- /dev/null
+++ b/contrib/jenkins.sh
@@ -0,0 +1,16 @@
+#!/usr/bin/env bash
+# jenkins build helper script for libasn1c.  This is how we build on jenkins.osmocom.org
+
+set +x
+echo
+echo
+echo
+echo " =============================== libasn1c ==============================="
+echo
+set -x
+
+autoreconf --install --force
+./configure CFLAGS="-Werror" CPPFLAGS="-Werror"
+$MAKE $PARALLEL_MAKE
+$MAKE distcheck \
+  || cat-testlogs.sh

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I22fc707814e87b50e956d3b4fda6e5e31f0b62a7
Gerrit-PatchSet: 1
Gerrit-Project: libasn1c
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list