aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-05 08:05:47 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-05 08:05:47 +0200
commita590902a481e1e6d091938477a13916be9568e5b (patch)
tree3af89bb39a9be030cb578d44f4f499a51ed5a2a4 /.build.yml
parent8386de05073b9e38ec20625a7cd2b8396a3b64cf (diff)
parent84d2a71f5c8c5efddb86ab311e1ab0ac5a7e910e (diff)
downloadlibayatana-common-a590902a481e1e6d091938477a13916be9568e5b.tar.gz
libayatana-common-a590902a481e1e6d091938477a13916be9568e5b.tar.bz2
libayatana-common-a590902a481e1e6d091938477a13916be9568e5b.zip
Merge branch 'tari01-pr/add-werror-cmake-option'
Attributes GH PR #33: https://github.com/AyatanaIndicators/libayatana-common/pull/33
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index ac45e68..dfdb693 100644
--- a/.build.yml
+++ b/.build.yml
@@ -105,9 +105,9 @@ build_scripts:
- scan-build $CHECKERS ./configure --prefix=/usr --enable-gtk-doc --enable-compile-warnings=maximum
- elif [ -e ./CMakeLists.txt ]; then
- if [ ${DISTRO_NAME} == "debian" ];then
- - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_TESTS=ON
+ - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_TESTS=ON -DENABLE_WERROR=ON
- else
- - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON
+ - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON
- fi
- else
- exit 1