laforge has uploaded this change for review.

View Change

WIP: contrib/jenkins.sh: Verify build with and without dahdi trunkdev

Change-Id: I36a1b5b4ee2c797e53f816c5ac99adf985987f02
---
M contrib/jenkins.sh
1 file changed, 6 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-e1d refs/changes/60/30760/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 747c261..1005346 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -43,8 +43,14 @@

cd "$base"
autoreconf --install --force
+# build once without DAHDI trunkdev
./configure --enable-sanitize --enable-werror $CONFIG
$MAKE $PARALLEL_MAKE
+# build once with DAHDI trunkdev
+$MAKE $PARALLEL_MAKE clean
+./configure --enable-sanitize --enable-werror --enable-dahdi-trunkdev $CONFIG
+$MAKE $PARALLEL_MAKE
+
$MAKE check || cat-testlogs.sh
# Do distcheck with --disable options as workaround, because it doesn't build
# the usermanual pdf / doxygen html files for some reason and then fails at

To view, visit change 30760. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: I36a1b5b4ee2c797e53f816c5ac99adf985987f02
Gerrit-Change-Number: 30760
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge@osmocom.org>
Gerrit-MessageType: newchange