[brasero/wip/hadess/add-ci] ci: Add CI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero/wip/hadess/add-ci] ci: Add CI
- Date: Thu, 9 Sep 2021 15:10:07 +0000 (UTC)
commit c7ac0c350af6e701d5da651cb374609bcfc10e05
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..d81ac583
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,40 @@
+stages:
+- build
+
+variables:
+ DEPENDENCIES:
+ autoconf
+ automake
+ gnome-common
+ gstreamer1-plugins-base-devel
+ gtk3-devel
+ libICE-devel
+ pkgconfig(libburn-1)
+ libcanberra-devel
+ pkgconfig(libisofs-1)
+ libnotify-devel
+ libnautilus-extension-devel
+ libxml2-devel
+ libSM-devel
+ totem-pl-parser-devel
+ 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]