Harald Welte has submitted this change and it was merged.

Change subject: Introduce contrib/jenkins.sh to align with other projects
......................................................................


Introduce contrib/jenkins.sh to align with other projects

This change will make jenkins' inline scripts obsolete,
so build testing and gerrit verification jobs [1][2] simply invoke:

  $ ./contrib/jenkins.sh

[1] https://jenkins.osmocom.org/jenkins/view/OsmoTETRA/job/OsmoTETRA/
[2] 
https://jenkins.osmocom.org/jenkins/view/Jenkins-Gerrit/job/OsmoTETRA-gerrit/

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

Approvals:
  Max: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved; Verified



diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
new file mode 100755
index 0000000..503b6a0
--- /dev/null
+++ b/contrib/jenkins.sh
@@ -0,0 +1,15 @@
+#!/bin/sh -ex
+
+rm -rf deps/install
+mkdir deps || true
+cd deps
+osmo-deps.sh libosmocore
+
+cd libosmocore
+autoreconf --install --force
+./configure --prefix=$PWD/../install
+$MAKE $PARALLEL_MAKE install
+
+cd ../../src
+make clean || true
+PKG_CONFIG_PATH=$PWD/../deps/install/lib/pkgconfig $MAKE

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I517e1be8b5680c3cc274fd5ad13ac7c920154e7f
Gerrit-PatchSet: 2
Gerrit-Project: osmo-tetra
Gerrit-Branch: master
Gerrit-Owner: André Boddenberg <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Max <[email protected]>
Gerrit-Reviewer: neels <[email protected]>

Reply via email to