[pango: 1/2] Initial CI config
- From: Khaled Hosny <khaledh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango: 1/2] Initial CI config
- Date: Sat, 26 May 2018 22:54:15 +0000 (UTC)
commit 37881737cda04b2f773a0d807880dd8bd989efcf
Author: Khaled Hosny <khaledhosny eglug org>
Date: Sun May 27 00:51:15 2018 +0200
Initial CI config
Fixes https://gitlab.gnome.org/GNOME/pango/issues/310
.gitlab-ci.yml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..d7c8eec3
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,25 @@
+image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/base:latest
+
+stages:
+ - build
+
+before_script:
+ - >
+ dnf install -y \
+ gcc \
+ gcc-c++ \
+ meson \
+ redhat-rpm-config \
+ glib2-devel \
+ harfbuzz-devel \
+ fribidi-devel \
+ cairo-devel \
+ gobject-introspection-devel \
+ cairo-gobject-devel \
+ abattis-cantarell-fonts
+
+build-pango:
+ stage: build
+ script:
+ - meson _build
+ - ninja -C _build dist
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]