aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-09 13:54:09 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-09 13:54:09 +0200
commit99055f62e6874a8a56aed858ef1effc7abe2f994 (patch)
treeaa7cf18e71072ec34317ed79bf270c63ac939d5c /.build.yml
parent6ca2230b21d370d5ce04b9fb86754eea5260c0cc (diff)
parent0f4312d54665e46ca9b6e5d6bc98e37c18ea4a58 (diff)
downloadayatana-indicator-bluetooth-99055f62e6874a8a56aed858ef1effc7abe2f994.tar.gz
ayatana-indicator-bluetooth-99055f62e6874a8a56aed858ef1effc7abe2f994.tar.bz2
ayatana-indicator-bluetooth-99055f62e6874a8a56aed858ef1effc7abe2f994.zip
Merge branch 'tari01-pr/drop-testing'
Attributes GH PR #50: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/50
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 e52d988..a0ca81b 100644
--- a/.build.yml
+++ b/.build.yml
@@ -112,7 +112,7 @@ build_scripts:
# -
- if [ -e ./CMakeLists.txt ]; then
- if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ]; 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