laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1d/+/30760 )
Change subject: WIP: contrib/jenkins.sh: Verify build with and without dahdi trunkdev ......................................................................
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