aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-09 13:47:03 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-09 13:47:03 +0200
commit2f3dee804bcb1d77a411b94116e761bf512d529f (patch)
treef5b7b24995d2cf1abd7c17b9d3d1ea8f523ad884 /.build.yml
parentcd22a9eb1d2d85f11a4e6fbe4bbda5691c193f63 (diff)
parent22b759ef52284bab3110848ce80e0cc17b865ec6 (diff)
downloadayatana-indicator-notifications-2f3dee804bcb1d77a411b94116e761bf512d529f.tar.gz
ayatana-indicator-notifications-2f3dee804bcb1d77a411b94116e761bf512d529f.tar.bz2
ayatana-indicator-notifications-2f3dee804bcb1d77a411b94116e761bf512d529f.zip
Merge branch 'tari01-pr/drop-testing'
Attributes GH PR #33: https://github.com/AyatanaIndicators/ayatana-indicator-notifications/pull/33
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 5a84070..524e1fa 100644
--- a/.build.yml
+++ b/.build.yml
@@ -107,7 +107,7 @@ build_scripts:
-
- if [ -e ./CMakeLists.txt ]; then
- if [ ${DISTRO_NAME} == "debian" ];then
- - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON -DENABLE_TESTS=ON
+ - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON
- else
- scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON
- fi