jenkins.sh: add --enable-werror to configure flags

Change-Id: If3af8d0fe9247c22d57dbe70fc80a58ee7297f75
This commit is contained in:
Neels Hofmeyr
2018-03-13 15:39:32 +01:00
parent 4f7613eeb1
commit 7b8e419d92

View File

@@ -37,7 +37,7 @@ set -x
cd "$base"
autoreconf --install --force
./configure $MGCP --enable-vty-tests --enable-external-tests
./configure $MGCP --enable-vty-tests --enable-external-tests --enable-werror
$MAKE $PARALLEL_MAKE
LD_LIBRARY_PATH="$inst/lib" $MAKE check \
|| cat-testlogs.sh