[tracker-miners/sam/auto-features] build: Enable all 'auto' features in CI




commit dc8d8dcb0da9ebde6a32a7af4dbe8913071ac5f8
Author: Sam Thursfield <sam thursfield codethink co uk>
Date:   Thu Sep 1 12:00:56 2022 +0200

    build: Enable all 'auto' features in CI
    
    We provide some 'auto' features as a developer convenience, but in CI
    we should ensure all possible features are enabled to ensure full test
    coverage.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b5ab5ebdf..5ef93ce6b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -186,7 +186,7 @@ check-code-style:
     - echo "Building tracker.git commit $(git -C ./subprojects/tracker rev-parse HEAD)"
     - mkdir build
     - cd build
-    - meson .. --prefix=/usr -Dtracker_core=subproject -Db_lto=true -Db_coverage=true 
-Dtests_tap_protocol=true -Dtracker:docs=false
+    - meson .. --prefix=/usr -Dtracker_core=subproject -Db_lto=true -Db_coverage=true 
-Dtests_tap_protocol=true -Dtracker:docs=false --auto-features=enabled
     - ninja
   artifacts:
     expire_in: 1 day


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]