[gnome-music/wip/mschraal/CIfix] CI: Add git to build pipeline



commit 728581b192348ce6691e08310555e740e4b371f2
Author: Marinus Schraal <mschraal gnome org>
Date:   Fri Dec 15 08:40:13 2017 +0100

    CI: Add git to build pipeline
    
    Git is needed for the libgd submodule.

 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ce1668a..47e8b81 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,9 @@ stages:
   - deploy
 
 variables:
-  DEPENDENCIES: python3 gobject-introspection-devel gtk3-devel libmediaart-devel grilo-devel
+  DEPENDENCIES: python3 autoconf-archive gettext-devel git
+                gobject-introspection-devel python3-gobject tracker-devel
+                gnome-common which gtk3-devel libmediaart-devel grilo-devel
 
 build:
   stage: build
@@ -36,4 +38,4 @@ pep8:
   script:
     - dnf update -y --nogpgcheck && dnf install -y --nogpgcheck python3-pep8
     - python3-pep8 --ignore=E501,E225,E265,E402 --show-source --show-pep8 .
-  allow_failure: true
\ No newline at end of file
+  allow_failure: true


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