Change in libosmo-abis[master]: contrib/jenkins.sh: Test builds with --enable-e1d

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

laforge gerrit-no-reply at lists.osmocom.org
Sun Aug 2 08:49:30 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/19499 )


Change subject: contrib/jenkins.sh: Test builds with --enable-e1d
......................................................................

contrib/jenkins.sh: Test builds with --enable-e1d

We so far didn't include the osmo-e1d e1_input driver during compile
testing, let's change that.

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



  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/99/19499/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index a465d5a..c8f3b60 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -20,6 +20,7 @@
 verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
 
 osmo-build-dep.sh libosmocore "" --disable-doxygen
+osmo-build-dep.sh osmo-e1d
 
 export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
 export LD_LIBRARY_PATH="$inst/lib"
@@ -33,7 +34,7 @@
 set -x
 
 autoreconf --install --force
-./configure --enable-sanitize --enable-werror
+./configure --enable-sanitize --enable-werror --enable-e1d
 $MAKE $PARALLEL_MAKE
 $MAKE distcheck \
   || cat-testlogs.sh

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/19499
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I8bb876f9f3aebbad80a328b5ebff6e156c3db8da
Gerrit-Change-Number: 19499
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200802/e1b9e75e/attachment.htm>


More information about the gerrit-log mailing list