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



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

    Enable GitLab CI

 .gitlab-ci.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..0e344ce
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,15 @@
+image: fedora:rawhide
+
+stages:
+  - build
+
+before_script:
+  - dnf update -y --nogpgcheck
+  - dnf install -y --nogpgcheck desktop-file-utils gettext glib2-devel gobject-introspection-devel 
gtk3-devel intltool itstool python3-devel python2-pep8 libappstream-glib libwnck3 python3-gobject
+
+build:
+  stage: build
+  script:
+    - PYTHON=python3 ./autogen.sh
+    - make
+    - make check


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