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
This commit is contained in:
Harald Welte 2020-08-02 10:32:48 +02:00
parent ac290eec96
commit 58538de143
1 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,9 @@ osmo-build-dep.sh libosmocore "" --disable-doxygen
export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
export LD_LIBRARY_PATH="$inst/lib"
export PATH="$inst/bin:$PATH"
osmo-build-dep.sh osmo-e1d
set +x
echo
@ -33,7 +36,7 @@ echo
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