[gnome-control-center/wip/hadess/bump-gsd-req] ci: Build gnome-settings-daemon in CI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/hadess/bump-gsd-req] ci: Build gnome-settings-daemon in CI
- Date: Sat, 16 Oct 2021 18:58:02 +0000 (UTC)
commit ff18475ee89d797c651fce5e5103b6ee38ead864
Author: Bastien Nocera <hadess hadess net>
Date: Sat Oct 16 20:52:58 2021 +0200
ci: Build gnome-settings-daemon in CI
As we usually need g-c-c and g-s-d to be upgraded in lockstep.
.gitlab-ci.yml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa8874c04..f7a7feec1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,7 +87,6 @@ build.container.fedora@x86_64:
gnome-bluetooth-libs-devel
gnome-desktop3-devel
gnome-online-accounts-devel
- gnome-settings-daemon-devel
grilo-devel
gsettings-desktop-schemas-devel
gsound-devel
@@ -140,6 +139,12 @@ build:
script:
- dnf -y install gcr-devel
+ - git clone https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git && \
+ cd gnome-settings-daemon && \
+ meson . _build --prefix=/usr && \
+ ninja -C _build && \
+ ninja -C _build install && \
+ cd ..
- *environment_information
- *build_procedure
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]