[office-runner/wip/hadess/add-ci] ci: Add CI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [office-runner/wip/hadess/add-ci] ci: Add CI
- Date: Wed, 27 Feb 2019 13:32:04 +0000 (UTC)
commit 088a5a5134c97ac52082bb9a1b8c4622395334d4
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..5872cec
--- /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 gnome-common gtk3-devel
+ script:
+ - ./autogen.sh
+ - make
+ - make install
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]