diff options
author | Robert Tari <robert@tari.in> | 2023-11-01 11:26:26 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-11-02 16:40:25 +0100 |
commit | 9e8713ded1e57eb323e314b3740c890216e41fa4 (patch) | |
tree | eac2e48c8f94f9d28834330ec77eb35399590af0 | |
parent | 982a0e9df058154330d46352f488279590fbae35 (diff) | |
download | ayatana-indicator-keyboard-9e8713ded1e57eb323e314b3740c890216e41fa4.tar.gz ayatana-indicator-keyboard-9e8713ded1e57eb323e314b3740c890216e41fa4.tar.bz2 ayatana-indicator-keyboard-9e8713ded1e57eb323e314b3740c890216e41fa4.zip |
.build.yml: Drop testing flag
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |