[gnome-control-center/wip/hadess/bump-gsd-req: 130/131] 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: 130/131] ci: Build gnome-settings-daemon in CI
- Date: Mon, 10 Jan 2022 16:38:05 +0000 (UTC)
commit d92f7df5e47c8306c24a29aa9e1017483185f259
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 | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5615c1124..04af0ffe3 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
@@ -118,6 +117,13 @@ build.container.fedora@x86_64:
xorg-x11-server-Xvfb
mesa-dri-drivers
libsecret-devel
+ geocode-glib-devel
+ libgweather-devel
+ lcms2-devel
+ geoclue2-devel
+ libnotify-devel
+ alsa-lib-devel
+ nss-devel
FDO_DISTRIBUTION_EXEC: |-
git clone https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git && \
cd gsettings-desktop-schemas && \
@@ -150,6 +156,20 @@ build.container.fedora@x86_64:
ninja -C _build install && \
cd ..
+.Compile and Install gsd: &compile_and_install_gsd
+ 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 ..
+
+.Install gsd: &install_gsd
+ cd gnome-settings-daemon &&
+ ninja -C _build install &&
+ cd ..
+
+
##
# Stage: Build
#
@@ -167,6 +187,7 @@ build:
script:
- dnf -y install gcr-devel
+ - *compile_and_install_gsd
- *environment_information
- *build_procedure
@@ -200,6 +221,7 @@ test:
script:
- dnf -y install gcr-devel
+ - *install_gsd
- *environment_information
- *run_tests
@@ -229,6 +251,7 @@ coverage:
script:
- dnf -y install gcr-devel
+ - *compile_and_install_gsd
- *environment_information
- *build_procedure
- *run_tests
@@ -345,6 +368,7 @@ flatpak:
when: manual
script:
- dnf -y install gcr-devel
+ - *compile_and_install_gsd
- *environment_information
- *build_procedure
- *run_tests
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]