[gnome-applets/gnome-3-38] ci: don't build gnome-panel from git



commit 182397d4582ea567491d93f670fd3fc9778722ea
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun Mar 14 17:07:07 2021 +0200

    ci: don't build gnome-panel from git

 .gitlab-ci.yml | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9bb6cd6f3..6a9ed173a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,15 +16,10 @@ variables:
                   docbook-to-man
                   docbook-xsl
                   gettext
-                  git
                   gnome-settings-daemon-dev
-                  gtk-doc-tools
                   libcpufreq-dev
-                  libdconf-dev
-                  libgdm-dev
                   libglib2.0-dev
-                  libgnome-desktop-3-dev
-                  libgnome-menu-3-dev
+                  libgnome-panel-dev
                   libgtk-3-dev
                   libgtop2-dev
                   libgucharmap-2-90-dev
@@ -41,14 +36,6 @@ 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:groovy
   stage: build
@@ -57,7 +44,6 @@ ubuntu:
   before_script:
     - apt-get update
     - *install-ubuntu-dependencies
-    - *build-gnome-panel
   script:
     - ./autogen.sh
     - make
@@ -73,7 +59,6 @@ coverity:
     - apt-get install -q -y --no-install-recommends
                       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]