Change in osmocom-bb[master]: jenkins.sh: Don't only build-verify layer23 but all other host progra...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Aug 24 06:48:39 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/10597 )

Change subject: jenkins.sh: Don't only build-verify layer23 but all other host programs, too
......................................................................

jenkins.sh: Don't only build-verify layer23 but all other host programs, too

Change-Id: I204d19ce3ac085add92242c0a03bffb9abc9113d
---
M contrib/jenkins.sh
1 file changed, 7 insertions(+), 4 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 78c0b59..f886c21 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -27,9 +27,12 @@
 echo
 set -x
 
-cd src/host/layer23
-autoreconf -fi
-./configure
-make
+
+for dir in gprsdecode gsmmap layer23 osmocon trxcon virt_phy; do
+	cd $base/src/host/$dir
+	autoreconf -fi
+	./configure
+	make
+done
 
 osmo-clean-workspace.sh

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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I204d19ce3ac085add92242c0a03bffb9abc9113d
Gerrit-Change-Number: 10597
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180824/b26e2c68/attachment.htm>


More information about the gerrit-log mailing list