gitlab CI: pass MESON_ARGS down to the wayland-web job
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 10 Nov 2020 07:40:40 +0000 (17:40 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 10 Nov 2020 22:44:15 +0000 (22:44 +0000)
Now that we're firing the wayland website generation as trigger, we're
automatically passing down the variables to the pipeline. Let's pass down
something sensible, we already had one issue with our space-separated
'build dir' and let's not require more than absolutely necessary to build
the docs.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/ci.template

index 08e512f..15e563a 100644 (file)
@@ -907,6 +907,9 @@ wayland-web:
   except:
     refs:
       - schedules
+  variables:
+    MESON_ARGS: '-Ddebug-gui=false -Dlibwacom=false -Dtests=false'
+    MESON_BUILDDIR: 'builddir'
   only:
     refs:
       - master
index 12fe896..f7e50c9 100644 (file)
@@ -714,6 +714,9 @@ wayland-web:
   except:
     refs:
       - schedules
+  variables:
+    MESON_ARGS: '-Ddebug-gui=false -Dlibwacom=false -Dtests=false'
+    MESON_BUILDDIR: 'builddir'
   only:
     refs:
       - master