[PATCH] osmo-trx[master]: jenkins.sh: Enable build of osmo-trx-usrp1

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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Thu Apr 26 18:02:54 UTC 2018


Review at  https://gerrit.osmocom.org/7938

jenkins.sh: Enable build of osmo-trx-usrp1

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


  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/38/7938/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index e600e01..59f68f7 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -64,6 +64,7 @@
 mkdir "$deps" || true
 
 osmo-build-dep.sh libosmocore "" "--enable-sanitize --disable-doxygen --disable-pcsc"
+osmo-build-dep.sh libusrp
 
 export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
 export LD_LIBRARY_PATH="$inst/lib"
@@ -78,7 +79,7 @@
 
 cd "$base"
 autoreconf --install --force
-./configure --enable-sanitize $INSTR
+./configure --enable-sanitize --with-uhd --with-usrp1 $INSTR
 $MAKE $PARALLEL_MAKE
 $MAKE check \
   || cat-testlogs.sh

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I44a978fdd7fac683520be3586d84783e5e13de5f
Gerrit-PatchSet: 1
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list