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
This commit is contained in:
Neels Hofmeyr 2017-07-20 17:57:37 +02:00 committed by Neels Hofmeyr
parent 625e05a6b2
commit 53edff3c70
1 changed files with 3 additions and 1 deletions

View File

@ -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