[gnome-user-share/wip/hadess/add-ci] ci: Add CI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-share/wip/hadess/add-ci] ci: Add CI
- Date: Mon, 14 Jan 2019 09:42:09 +0000 (UTC)
commit 0906d1b9012aa6824bc2d096e48e254185ac7bf2
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jan 14 10:41:37 2019 +0100
ci: Add CI
.gitlab-ci.yml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..98d97f4
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,18 @@
+image: fedora:rawhide
+
+variables:
+ DEPENDENCIES: gcc gtk3-devel httpd mod_dnssd intltool itstool libcanberra-devel
+ desktop-file-utils libselinux-devel dbus-glib-devel libnotify-devel
+ nautilus-devel gettext systemd-devel
+
+build_stable:
+ before_script:
+ - dnf update -y --nogpgcheck
+ - dnf install -y --nogpgcheck $DEPENDENCIES
+ script:
+ - mkdir build
+ - cd build
+ - NOCONFIGURE=1 ../autogen.sh
+ - ../configure
+ - make
+ - make install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]