aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/jenkins.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
new file mode 100755
index 00000000..1b09c8b8
--- /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