[PATCH] osmo-msc[master]: jenkins: actually pass proper configure flags to make distcheck

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Jul 20 15:59:29 UTC 2017


Review at  https://gerrit.osmocom.org/3317

jenkins: actually pass proper configure flags to make distcheck

Change-Id: I8cf2baa60a2a1fa5ad1933b34080c18cd05ba1c8
---
M contrib/jenkins.sh
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/17/3317/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 6650b5d..5903429 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -48,5 +48,7 @@
 $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

-- 
To view, visit https://gerrit.osmocom.org/3317
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8cf2baa60a2a1fa5ad1933b34080c18cd05ba1c8
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list