aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-12-03 16:27:06 +0100
committerOliver Smith <osmith@sysmocom.de>2018-12-03 16:52:11 +0100
commit5a5169e15c21bd912853841f6f2b28495ae77043 (patch)
tree0b827069e69160a510e43fbcfa3b0ba8dc58aaec
parent7c0b70a94e756a5640426749cceb4fa2009560de (diff)
jenkins.sh: remove leftover MGCP env variable
Jenkins currently runs the build twice, once with MGCP="--enable-mgcp-transcoding" and once with MGCP="--disable-mgcp-transcoding". The configure.ac does not have this parameter, so let's remove the confusing variable. This is in preparation for describing all environment variables used in jenkins.sh (follow up commit). Change-Id: I6223afef0f34d90170a691d7d5b1d9542c34c6b0
-rwxr-xr-xcontrib/jenkins.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 222bd8ff4..b0ef7de37 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -37,12 +37,12 @@ set -x
cd "$base"
autoreconf --install --force
-./configure $MGCP --enable-vty-tests --enable-external-tests --enable-werror
+./configure --enable-vty-tests --enable-external-tests --enable-werror
$MAKE $PARALLEL_MAKE
LD_LIBRARY_PATH="$inst/lib" $MAKE check \
|| cat-testlogs.sh
LD_LIBRARY_PATH="$inst/lib" \
- DISTCHECK_CONFIGURE_FLAGS="$MGCP --enable-vty-tests --enable-external-tests" \
+ DISTCHECK_CONFIGURE_FLAGS="--enable-vty-tests --enable-external-tests" \
$MAKE distcheck \
|| cat-testlogs.sh