Change in osmo-gsm-tester[master]: build: Add script to build the mobile application

2018-09-17 Thread Pau Espin Pedrol
Pau Espin Pedrol has posted comments on this change. ( 
https://gerrit.osmocom.org/10971 )

Change subject: build: Add script to build the mobile application
..


Patch Set 1: Code-Review-1

This should go into jenkins-build-osmocom-bb.sh, not an extra build job.

Is there any reason not to put it there? We already have lots of build jobs and 
.tar.gz and have to copy them every time we run an osmo-gsm-tester job, so I'd 
prefer keep them at 1 per git repo as much as possible.


--
To view, visit https://gerrit.osmocom.org/10971
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I2c537e56aa982b0b4a703fa78c77ade507738b68
Gerrit-Change-Number: 10971
Gerrit-PatchSet: 1
Gerrit-Owner: Holger Freyther 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-Comment-Date: Mon, 17 Sep 2018 08:07:23 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in osmo-gsm-tester[master]: build: Add script to build the mobile application

2018-09-15 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/10971 )

Change subject: build: Add script to build the mobile application
..


Patch Set 1: Code-Review+1


--
To view, visit https://gerrit.osmocom.org/10971
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I2c537e56aa982b0b4a703fa78c77ade507738b68
Gerrit-Change-Number: 10971
Gerrit-PatchSet: 1
Gerrit-Owner: Holger Freyther 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Comment-Date: Sun, 16 Sep 2018 05:21:10 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in osmo-gsm-tester[master]: build: Add script to build the mobile application

2018-09-15 Thread Holger Freyther
Holger Freyther has uploaded this change for review. ( 
https://gerrit.osmocom.org/10971


Change subject: build: Add script to build the mobile application
..

build: Add script to build the mobile application

Change-Id: I2c537e56aa982b0b4a703fa78c77ade507738b68
---
A contrib/jenkins-build-mobile.sh
1 file changed, 10 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester 
refs/changes/71/10971/1

diff --git a/contrib/jenkins-build-mobile.sh b/contrib/jenkins-build-mobile.sh
new file mode 100755
index 000..ff2ae78
--- /dev/null
+++ b/contrib/jenkins-build-mobile.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+set -e -x
+base="$PWD"
+name="mobile"
+. "$(dirname "$0")/jenkins-build-common.sh"
+
+build_repo libosmocore --enable-sanitize --disable-doxygen
+build_repo_dir osmocom-bb src/host/layer23 --enable-sanitize
+
+create_bin_tgz "mobile"

--
To view, visit https://gerrit.osmocom.org/10971
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2c537e56aa982b0b4a703fa78c77ade507738b68
Gerrit-Change-Number: 10971
Gerrit-PatchSet: 1
Gerrit-Owner: Holger Freyther