[office-runner/wip/hadess/add-ci] ci: Add CI



commit 57151b14a9e4eb64dd57300d6ac43b321a466847
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Feb 27 14:25:18 2019 +0100

    ci: Add CI

 .gitlab-ci.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..587adb3
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,13 @@
+stages:
+- test
+
+build-fedora:
+  image: fedora:latest
+  stage: test
+  before_script:
+    - dnf install -y gcc redhat-rpm-config which gettext-devel gnome-common gtk3-devel
+  script:
+    - ./autogen.sh
+    - make
+    - make install
+


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