mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
ci: Install to Mutter and GNOME Shell to /usr
So GNOME Shell can find the pkg-config files properly. https://gitlab.gnome.org/GNOME/mutter/merge_requests/548
This commit is contained in:
parent
3468144847
commit
160d2d56d9
@ -17,7 +17,7 @@ check-commit-log:
|
|||||||
build-mutter:
|
build-mutter:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- meson . build -Dbuildtype=debugoptimized -Degl_device=true -Dwayland_eglstream=true --werror
|
- meson . build -Dbuildtype=debugoptimized -Degl_device=true -Dwayland_eglstream=true --werror --prefix /usr
|
||||||
- ninja -C build
|
- ninja -C build
|
||||||
- ninja -C build install
|
- ninja -C build install
|
||||||
artifacts:
|
artifacts:
|
||||||
@ -54,7 +54,7 @@ can-build-gnome-shell:
|
|||||||
- meson install --no-rebuild -C build
|
- meson install --no-rebuild -C build
|
||||||
script:
|
script:
|
||||||
- .gitlab-ci/checkout-gnome-shell.sh
|
- .gitlab-ci/checkout-gnome-shell.sh
|
||||||
- meson gnome-shell gnome-shell/build
|
- meson gnome-shell gnome-shell/build --prefix /usr
|
||||||
- ninja -C gnome-shell/build install
|
- ninja -C gnome-shell/build install
|
||||||
only:
|
only:
|
||||||
- merge_requests
|
- merge_requests
|
||||||
|
Loading…
Reference in New Issue
Block a user