mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-10 22:10:15 +01:00
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 <peter.hutterer@who-t.net>
This commit is contained in:
parent
2c50ffab24
commit
d7ba7b18d1
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue