aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/jenkins_sysmobts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/jenkins_sysmobts.sh')
-rwxr-xr-xcontrib/jenkins_sysmobts.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/jenkins_sysmobts.sh b/contrib/jenkins_sysmobts.sh
index 7488419b..d0d05ae6 100755
--- a/contrib/jenkins_sysmobts.sh
+++ b/contrib/jenkins_sysmobts.sh
@@ -16,7 +16,12 @@ osmo-layer1-headers.sh sysmo "$FIRMWARE_VERSION"
mkdir -p "$inst/include/sysmocom/femtobts"
ln -s $deps/layer1-headers/include/* "$inst/include/sysmocom/femtobts/"
-configure_flags="--enable-sanitize --enable-sysmocom-bts --with-sysmobts=$inst/include/"
+configure_flags="\
+ --enable-sanitize \
+ --enable-werror \
+ --enable-sysmocom-bts \
+ --with-sysmobts=$inst/include/ \
+ "
# This will not work for the femtobts
if [ $FIRMWARE_VERSION != "femtobts_v2.7" ]; then