[gnome-initial-setup/wip/benzea/systemd-user] ci: build with and without systemd



commit b0bd7cdc5ee9c08abf2185f12e490e68e4dae208
Author: Will Thompson <will willthompson co uk>
Date:   Fri Aug 2 16:58:32 2019 +0100

    ci: build with and without systemd

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4b124a..b974add 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ before_script:
 .job_template: &job_definition
   stage: build
   script:
-    - meson -Dregion-page=${REGION_PAGE} --auto-features ${AUTO_FEATURES} _build .
+    - meson -Dregion-page=${EXPLICIT_FEATURES} -Dsystemd=${EXPLICIT_FEATURES} --auto-features 
${AUTO_FEATURES} _build .
     - cd _build
     - ninja
     # Check that strings can be extracted
@@ -24,11 +24,11 @@ before_script:
 build-minimal:
   <<: *job_definition
   variables:
-    REGION_PAGE: 'false'
+    EXPLICIT_FEATURES: 'false'
     AUTO_FEATURES: 'disabled'
 
 build-maximal:
   <<: *job_definition
   variables:
-    REGION_PAGE: 'true'
+    EXPLICIT_FEATURES: 'true'
     AUTO_FEATURES: 'enabled'


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