Change in osmocom-bb[master]: contrib/jenkins.sh: Build gprsdecode + laye23 with 'make distcheck'

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
Wed May 22 19:49:37 UTC 2019


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/14134


Change subject: contrib/jenkins.sh: Build gprsdecode + laye23 with 'make distcheck'
......................................................................

contrib/jenkins.sh: Build gprsdecode + laye23 with 'make distcheck'

Change-Id: I17c4dfb7bbfcf8da78d688939ee8c0b916cb6b1a
---
M contrib/jenkins.sh
1 file changed, 10 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/34/14134/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index aa02b28..dc8cda6 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -34,7 +34,16 @@
 set -x
 
 
-for dir in gprsdecode gsmmap layer23 osmocon trxcon virt_phy; do
+# building those sub-projects where 'distcheck' is known-working
+for dir in gprsdecode layer23; do
+	cd $base/src/host/$dir
+	autoreconf -fi
+	./configure
+	make distcheck
+done
+
+# TODO: make sure 'distcheck' passes also for these
+for dir in gsmmap osmocon trxcon virt_phy; do
 	cd $base/src/host/$dir
 	autoreconf -fi
 	./configure

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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I17c4dfb7bbfcf8da78d688939ee8c0b916cb6b1a
Gerrit-Change-Number: 14134
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190522/7a9d619f/attachment.htm>


More information about the gerrit-log mailing list