mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
12 lines
227 B
YAML
12 lines
227 B
YAML
|
image: registry.gitlab.gnome.org/gnome/mutter/master:v1
|
||
|
|
||
|
stages:
|
||
|
- build
|
||
|
|
||
|
build-mutter:
|
||
|
stage: build
|
||
|
script:
|
||
|
- meson . build -Degl_device=true -Dwayland_eglstream=true
|
||
|
- ninja -C build
|
||
|
- ninja -C build install
|