[gnome-epub-thumbnailer/wip/hadess/add-ci] ci: Add CI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-epub-thumbnailer/wip/hadess/add-ci] ci: Add CI
- Date: Wed, 23 Oct 2019 14:03:10 +0000 (UTC)
commit 011cae9b71cdd95fdc355bc6137066a84ccb0ed4
Author: Bastien Nocera <hadess hadess net>
Date: Wed Oct 23 14:42:46 2019 +0200
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..d1c2848
--- /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 make libarchive-devel libxml2-devel gdk-pixbuf2-devel
glib2-devel
+ script:
+ - ./autogen.sh --disable-dependency-tracking
+ - make
+ - make install
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]