jenkins.sh: Add --enable-werror flag to osmo-trx configure step

This way we catch newly introduced compilation warnings in osmo-trx.

Change-Id: I7effaf243fd6e7fe69728cfce5f97e0b5bd4743c
This commit is contained in:
Pau Espin 2018-08-30 20:59:21 +02:00
parent e62555370e
commit f4ee021b8c
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ set -x
cd "$base"
autoreconf --install --force
./configure --enable-sanitize --with-uhd --with-usrp1 $INSTR
./configure --enable-sanitize --enable-werror --with-uhd --with-usrp1 $INSTR
$MAKE $PARALLEL_MAKE
$MAKE check \
|| cat-testlogs.sh