diff options
author | Ratchanan Srirattanamet <ratchanan@ubports.com> | 2023-12-14 04:16:34 +0700 |
---|---|---|
committer | Ratchanan Srirattanamet <ratchanan@ubports.com> | 2023-12-14 04:16:34 +0700 |
commit | b7db65f03581cb95799410fa60044b9178c27db6 (patch) | |
tree | 42841432a39cef3f9a43e1271681b92263b7cf84 /.build.yml | |
parent | fce2bb770d17a0f9487fd490eecf6c074c7a7273 (diff) | |
download | ayatana-indicator-display-b7db65f03581cb95799410fa60044b9178c27db6.tar.gz ayatana-indicator-display-b7db65f03581cb95799410fa60044b9178c27db6.tar.bz2 ayatana-indicator-display-b7db65f03581cb95799410fa60044b9178c27db6.zip |
Remove ENABLE_LOMIRI_FEATURES CMake flag
There's no longer any Lomiri-specific code in this repo, so remove the
flag.
The unit test actually works without the flag, so do include it without
the condition.
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,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 -DENABLE_LOMIRI_FEATURES=ON + - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON -DENABLE_TESTS=ON - else - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_WERROR=ON - fi |