aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2023-11-01 11:26:26 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-11-02 16:40:25 +0100
commit9e8713ded1e57eb323e314b3740c890216e41fa4 (patch)
treeeac2e48c8f94f9d28834330ec77eb35399590af0 /.build.yml
parent982a0e9df058154330d46352f488279590fbae35 (diff)
downloadayatana-indicator-keyboard-9e8713ded1e57eb323e314b3740c890216e41fa4.tar.gz
ayatana-indicator-keyboard-9e8713ded1e57eb323e314b3740c890216e41fa4.tar.bz2
ayatana-indicator-keyboard-9e8713ded1e57eb323e314b3740c890216e41fa4.zip
.build.yml: Drop testing flag
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 93838589..3dd505b2 100644
--- a/.build.yml
+++ b/.build.yml
@@ -125,7 +125,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