aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/jenkins_oct.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/jenkins_oct.sh')
-rwxr-xr-xcontrib/jenkins_oct.sh18
1 files changed, 2 insertions, 16 deletions
diff --git a/contrib/jenkins_oct.sh b/contrib/jenkins_oct.sh
index b3dc07fd..8a351c53 100755
--- a/contrib/jenkins_oct.sh
+++ b/contrib/jenkins_oct.sh
@@ -13,21 +13,7 @@ osmo-build-dep.sh libosmo-abis
cd "$deps"
osmo-layer1-headers.sh oct "$FIRMWARE_VERSION"
-cd "$base"
-set +x
-echo
-echo
-echo
-echo " =============================== osmo-bts-octphy ==============================="
-echo
-set -x
+configure_flags="--with-octsdr-2g=$deps/layer1-headers/ --enable-octphy"
-autoreconf --install --force
-./configure --with-openbsc="$deps/openbsc/openbsc/include" --with-octsdr-2g="$deps/layer1-headers/" --enable-octphy
-$MAKE $PARALLEL_MAKE
-$MAKE check \
- || cat-testlogs.sh
-DISTCHECK_CONFIGURE_FLAGS="--with-octsdr-2g=$deps/layer1-headers/ --with-openbsc=$deps/openbsc/openbsc/include --enable-octphy" \
- $MAKE distcheck \
- || cat-testlogs.sh
+build_bts "osmo-bts-octphy" "$configure_flags"