aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/jenkins_oct.sh
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-06-11 13:06:22 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-06-22 11:52:53 +0200
commit954e4d8321320c1ecb88e50e636d818f8f28e711 (patch)
tree1a9c995c0635d6ff4bd644e84dd34f305bbad5e9 /contrib/jenkins_oct.sh
parent9215f76443c95c287c6bd0f83a56c015f07d5e60 (diff)
jenkins_*.sh: add --enable-werror to configure flags
The flag is enabled for all BTS flavour except for lc15, which still contain several compilation warnings (fixes submitted to gerrit, but not merged since no contributor is testing lc15 nowadays). Change-Id: Ib65056633697dafa63831fc2a480b798df550db6
Diffstat (limited to 'contrib/jenkins_oct.sh')
-rwxr-xr-xcontrib/jenkins_oct.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/jenkins_oct.sh b/contrib/jenkins_oct.sh
index efbd368d..bd57dd18 100755
--- a/contrib/jenkins_oct.sh
+++ b/contrib/jenkins_oct.sh
@@ -14,7 +14,12 @@ osmo-build-dep.sh libosmo-abis
cd "$deps"
osmo-layer1-headers.sh oct "$FIRMWARE_VERSION"
-configure_flags="--enable-sanitize --with-octsdr-2g=$deps/layer1-headers/ --enable-octphy"
+configure_flags="\
+ --enable-sanitize \
+ --enable-werror \
+ --with-octsdr-2g=$deps/layer1-headers/ \
+ --enable-octphy \
+ "
build_bts "osmo-bts-octphy" "$configure_flags"