[mutter/gbsneto/better-ci] ci: Install to Mutter and GNOME Shell to /usr
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/gbsneto/better-ci] ci: Install to Mutter and GNOME Shell to /usr
- Date: Tue, 23 Apr 2019 15:38:50 +0000 (UTC)
commit 5025826bdc9c394db44012c3f4771baa30450edd
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Apr 23 12:33:43 2019 -0300
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
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b63bc1a6..26bdf0017 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ check-commit-log:
build-mutter:
stage: build
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 install
artifacts:
@@ -52,7 +52,7 @@ can-build-gnome-shell:
- meson install --no-rebuild -C build
script:
- .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
only:
- merge_requests
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]