[d-feet/correctly-honour-theme-foreground-colour: 1/2] Enable GitLab CI



commit 17c79be2bd8f9d563cf77c0327102ef871fb629b
Author: Will Thompson <will willthompson co uk>
Date:   Tue Sep 18 15:42:49 2018 +0100

    Enable GitLab CI

 .gitlab-ci.yml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..eec3909
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,20 @@
+image: fedora:28
+
+stages:
+  - build
+
+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
+
+build:
+  stage: build
+  script:
+    - PYTHON=python3 ./autogen.sh
+    - make
+    - make check
+  artifacts:
+    when: on_failure
+    name: "d-feet-${CI_COMMIT_REF_NAME}-${CI_JOB_NAME}"
+    paths:
+      - "${CI_PROJECT_DIR}/src/tests/test-suite.log"


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