[goocanvas/ci] Add CI
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goocanvas/ci] Add CI
- Date: Sat, 16 Jan 2021 09:57:16 +0000 (UTC)
commit 53400e9e7df97f62108f64f3d39896e10a5e4e16
Author: Alberto Fanjul <albertofanjul gmail com>
Date: Sat Jan 16 09:12:08 2021 +0000
Add CI
.gitlab-ci.yml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..3ea5e76
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,22 @@
+image: debian:experimental
+
+before_script:
+ - apt update -qq
+ - apt install -y -qq build-essential autoconf autoconf-archive autopoint automake pkg-config libtool m4
autoconf-archive gtk-doc-tools libxml2-utils gobject-introspection libgirepository1.0-dev libglib2.0-dev
libjson-glib-dev gettext libcairo2-dev lib-gtk-4-0 libpango1.0-dev gir1.2-gtk-4.0 libgtk-4-dev
+
+stages:
+ - build
+
+build-distcheck:
+ stage: build
+ script:
+ - mkdir build
+ - cd build
+ - ../autogen.sh
+ - ../configure
+ - make V=1
+ - make V=1 distcheck
+
+ artifacts:
+ paths:
+ - build/*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]