osmith has uploaded this change for review.
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 change 41018. To unsubscribe, or for help writing mail filters, visit settings.