From: Peter Hutterer Date: Tue, 10 Nov 2020 07:40:40 +0000 (+1000) Subject: gitlab CI: pass MESON_ARGS down to the wayland-web job X-Git-Tag: 1.16.901~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7ba7b18d1b48dca9ae1f31724066743c8aa27ed;p=platform%2Fupstream%2Flibinput.git gitlab CI: pass MESON_ARGS down to the wayland-web job 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 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08e512f..15e563a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 12fe896..f7e50c9 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -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