[gnome-control-center/gbsneto/fix-ci-again] Ci: Build libgweather from main




commit ebc54deb62de4b217b4777698c159a57dd0a3159
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Mar 28 20:56:35 2022 -0300

    Ci: Build libgweather from main

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 42a3b9721..319cdbbd5 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 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]