[gnome-music/wip/mschraal/CIfix] CI: Add git to build pipeline
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/CIfix] CI: Add git to build pipeline
- Date: Fri, 15 Dec 2017 13:52:58 +0000 (UTC)
commit 7cee2f956f72c7904bd2629e065fdf29cd80f89e
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..f36f41e 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 pygobject3
+ 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]