[gnome-applets/wip/muktupavels/build-gnome-panel] ci: build gnome-panel



commit 7768a44effa116172679f7fe32ceea030589cc0b
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Wed Apr 1 19:17:35 2020 +0300

    ci: build gnome-panel

 .gitlab-ci.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73f15334d..5b99b437e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,6 +15,7 @@ variables:
                   docbook-to-man
                   docbook-xsl
                   gettext
+                  git
                   gnome-settings-daemon-dev
                   intltool
                   libcpufreq-dev
@@ -35,6 +36,14 @@ variables:
                   x11proto-dev
                   yelp-tools
 
+.build-gnome-panel: &build-gnome-panel
+  - git clone https://gitlab.gnome.org/GNOME/gnome-panel.git
+  - cd gnome-panel
+  - ./autogen.sh --disable-Werror --disable-gtk-doc --prefix=/usr
+  - make
+  - make install
+  - cd ..
+
 ubuntu:
   image: ubuntu:devel
   stage: build
@@ -43,6 +52,7 @@ ubuntu:
   before_script:
     - apt-get update
     - *install-ubuntu-dependencies
+    - *build-gnome-panel
   script:
     - ./autogen.sh --disable-Werror
     - make
@@ -59,6 +69,7 @@ coverity:
                       ca-certificates
                       clang
                       curl
+    - *build-gnome-panel
   script:
     - curl https://scan.coverity.com/download/linux64
       --data "token=$COVERITY_TOKEN&project=gnome-applets"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]