osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-asn1-tcap/+/41018?usp=email )
Change subject: contrib/jenkins: new script
......................................................................
contrib/jenkins: new script
Change-Id: I4d76839d89492baee2c1c3ac87944fc78aee208f
---
A contrib/jenkins.sh
1 file changed, 9 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-asn1-tcap refs/changes/18/41018/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
new file mode 100755
index 0000000..24baad7
--- /dev/null
+++ b/contrib/jenkins.sh
@@ -0,0 +1,9 @@
+#!/bin/sh -ex
+osmo-clean-workspace.sh
+
+autoreconf -fi
+./configure --enable-sanitize --enable-werror
+$MAKE $PARALLEL_MAKE
+$MAKE $PARALLEL_MAKE distcheck
+
+osmo-clean-workspace.sh
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-asn1-tcap/+/41018?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmo-asn1-tcap
Gerrit-Branch: master
Gerrit-Change-Id: I4d76839d89492baee2c1c3ac87944fc78aee208f
Gerrit-Change-Number: 41018
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>