aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-08-30 20:59:21 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 10:33:39 +0200
commitf4ee021b8cb045947fcefa834547eed9b13131bc (patch)
tree4660c568d8105c35454f4a22d65e10961c843101 /contrib
parente62555370e6f14a78217cdd7e87c9f3b3d315f95 (diff)
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
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/jenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 59f68f7..44a49c3 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -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