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




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

    ci: Add CI

 .gitlab-ci.yml | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..232822ec
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,41 @@
+stages:
+- build
+
+variables:
+  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]