[gnome-control-center/gbsneto/fix-ci-again] ci: Build libgweather from 4.0.0 tag
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gbsneto/fix-ci-again] ci: Build libgweather from 4.0.0 tag
- Date: Mon, 28 Mar 2022 23:58:55 +0000 (UTC)
commit b076201aef36bc7578da41ae9305bad34e462a67
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Mar 28 20:56:35 2022 -0300
ci: Build libgweather from 4.0.0 tag
.gitlab-ci.yml | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 42a3b9721..e17703bf0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -161,6 +161,12 @@ build.container.fedora@x86_64:
ninja -C _build && \
ninja -C _build install && \
cd .. && \
+ git clone -b 4.0.0 https://gitlab.gnome.org/GNOME/libgweather.git && \
+ cd libgweather && \
+ meson . _build --prefix=/usr -Denable_vala=false -Dgtk_doc=false -Dintrospection=false -Dsoup2=false
&& \
+ ninja -C _build && \
+ ninja -C _build install && \
+ cd .. \
git clone https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git && \
cd gnome-settings-daemon && \
meson . _build --prefix=/usr && \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]