aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorRatchanan Srirattanamet <ratchanan@ubports.com>2023-12-14 04:16:34 +0700
committerRatchanan Srirattanamet <ratchanan@ubports.com>2023-12-14 04:16:34 +0700
commitb7db65f03581cb95799410fa60044b9178c27db6 (patch)
tree42841432a39cef3f9a43e1271681b92263b7cf84 /.build.yml
parentfce2bb770d17a0f9487fd490eecf6c074c7a7273 (diff)
downloadayatana-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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 8c6db80..fc9c4fd 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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