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

Change-Id: I44a978fdd7fac683520be3586d84783e5e13de5f
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index e600e01..59f68f7 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -64,6 +64,7 @@
 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 @@
 
 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