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

Change-Id: I44a978fdd7fac683520be3586d84783e5e13de5f
This commit is contained in:
Pau Espin 2018-04-26 20:02:36 +02:00
parent 2a8183bdf0
commit e8605202ab
1 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@ fi
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 @@ set -x
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