[brasero/wip/hadess/add-ci] ci: Add CI




commit 84d0514741ec2fda3b74efed5b91bdc3dc6d2e98
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Sep 9 16:50:22 2021 +0200

    ci: Add CI

 .gitlab-ci.yml | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..656dcb6f
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,40 @@
+stages:
+- build
+
+DEPENDENCIES:
+  autoconf
+  automake
+  gnome-common
+  pkgconfig(gstreamer-plugins-base-1.0) >= 0.11.92
+  pkgconfig(gtk+-3.0) >= 2.99.0
+  pkgconfig(ice)
+  pkgconfig(libburn-1) >= 0.4.0
+  pkgconfig(libcanberra-gtk3)
+  pkgconfig(libisofs-1) >= 0.6.4
+  pkgconfig(libnotify) >= 0.7.0
+  pkgconfig(libnautilus-extension) >= 2.22.2
+  pkgconfig(libxml-2.0) >= 2.6.0
+  pkgconfig(sm)
+  pkgconfig(totem-plparser) >= 2.29.1
+  pkgconfig(tracker-sparql-3.0)
+  desktop-file-utils
+  gcc
+  gettext
+  gobject-introspection-devel
+  gtk-doc
+  intltool
+  itstool
+  libappstream-glib
+  make
+  yelp-tools
+
+build-fedora:
+  image: fedora:latest
+  stage: build
+  before_script:
+    - dnf install -y $DEPENDENCIES
+  script:
+    - ./autogen.sh --disable-dependency-tracking
+    - make
+    - make install
+


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