[phodav] Add .gitlab-ci.yml
- From: Marc-André Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [phodav] Add .gitlab-ci.yml
- Date: Tue, 26 Feb 2019 16:45:23 +0000 (UTC)
commit 2ce2a15f64b48c4113bc475e85960575ce439727
Author: Marc-André Lureau <marcandre lureau redhat com>
Date: Tue Feb 26 17:26:49 2019 +0100
Add .gitlab-ci.yml
Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>
.gitlab-ci.yml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..ca9ad1d
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,24 @@
+image: fedora:rawhide
+
+variables:
+ DEPENDENCIES:
+ asciidoc
+ avahi-gobject-devel
+ gcc
+ gcc-c++
+ gettext
+ git
+ libsoup-devel
+ meson
+ systemd-devel
+ systemd-units
+ xmlto
+
+build_stable:
+ before_script:
+ - rm -f /etc/rpm/macros.image-language-conf
+ - dnf update -y --nogpgcheck
+ - dnf install -y --nogpgcheck $DEPENDENCIES
+ script:
+ - meson build
+ - ninja -C build dist
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]