aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-07-20 17:57:37 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-21 03:48:01 +0200
commit53edff3c70cb2954f80b2d4f2e6e3f9a14e8609e (patch)
treef8c1b78affdb7fef4b0b041552780606f74a08f8 /contrib
parent625e05a6b2c134af3ceb9202019f70d137dc8935 (diff)
jenkins: pass proper configure flags to make distcheck
Enable various components according to the build matrix during make distcheck. Add python tests, osmo-bsc, nat, ... Change-Id: Ic724cf61d44409337414dc58c8795896b4b97a8a
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/jenkins.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 6650b5d14..59034294c 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -48,5 +48,7 @@ autoreconf --install --force
$MAKE $PARALLEL_MAKE
LD_LIBRARY_PATH="$inst/lib" $MAKE check \
|| cat-testlogs.sh
-LD_LIBRARY_PATH="$inst/lib" $MAKE distcheck \
+LD_LIBRARY_PATH="$inst/lib" \
+ DISTCHECK_CONFIGURE_FLAGS="--enable-osmo-bsc --enable-nat $SMPP $MGCP $IU --enable-vty-tests --enable-external-tests" \
+ $MAKE distcheck \
|| cat-testlogs.sh