osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/onomondo-ipa/+/42858?usp=email )

Change subject: contrib/jenkins: new script
......................................................................

contrib/jenkins: new script

Add a script for build verifications on https://jenkins.osmocom.org.

Related: SYS#8103
Change-Id: I0305c3196896667f4963853099d0767e0acbdb30
---
A contrib/jenkins.sh
1 file changed, 11 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved




diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
new file mode 100755
index 0000000..dcff415
--- /dev/null
+++ b/contrib/jenkins.sh
@@ -0,0 +1,11 @@
+#!/bin/sh -ex
+# Build script for https://jenkins.osmocom.org/
+
+mkdir build
+cd build
+cmake \
+       -DENABLE_SANITIZE=ON \
+       -DSHOW_ASN_OUTPUT=ON \
+       ../
+make -j$(nproc)
+make test

--
To view, visit https://gerrit.osmocom.org/c/onomondo-ipa/+/42858?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: onomondo-ipa
Gerrit-Branch: master
Gerrit-Change-Id: I0305c3196896667f4963853099d0767e0acbdb30
Gerrit-Change-Number: 42858
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <[email protected]>
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>

Reply via email to