[d-feet/correctly-honour-theme-foreground-colour] fixup! Enable GitLab CI



commit 858d3f94587250d8e4f5ed00376625d24eededca
Author: Will Thompson <will willthompson co uk>
Date:   Tue Sep 18 16:00:30 2018 +0100

    fixup! Enable GitLab CI

 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eec3909..025c178 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,8 +5,10 @@ stages:
 
 before_script:
   - dnf update -y
-  - dnf install -y desktop-file-utils gettext glib2-devel gobject-introspection-devel gtk3-devel intltool 
itstool python3-devel python2-pep8 libappstream-glib libwnck3 python3-gobject make
+  - dnf install -y desktop-file-utils gettext glib2-devel gobject-introspection-devel gtk3-devel intltool 
itstool python3-devel python2-pep8 libappstream-glib libwnck3 python2-gobject python3-gobject make yelp-tools
 
+# TODO: split Python 2 and Python 3 builds entirely (or, better, require Python
+# 3). The tests are hardcoded to run Python 2...
 build:
   stage: build
   script:
@@ -18,3 +20,4 @@ build:
     name: "d-feet-${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
     paths:
       - "${CI_PROJECT_DIR}/src/tests/test-suite.log"
+      - "${CI_PROJECT_DIR}/help/Makefile"


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