[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 10:05:17 +0000 (UTC)
commit ea5381d079ff0ae7dba9563453051e70884700c9
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..74300ed
--- /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 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]