[mutter/gbsneto/better-ci: 2/5] 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: 2/5] ci: Install to Mutter and GNOME Shell to /usr
- Date: Fri, 3 May 2019 17:06:52 +0000 (UTC)
commit 50ce098af66ec7f5da8b554ff7361acc637710a4
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 9d06190f4..07475af12 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,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:
@@ -54,7 +54,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]