[goocanvas/wip/albfan/rect-radii] Add CI
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goocanvas/wip/albfan/rect-radii] Add CI
- Date: Sat, 16 Jan 2021 09:20:51 +0000 (UTC)
commit 5a236dd55b0f237747542fedcc21209737b863df
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..db858de
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,22 @@
+image: debian:unstable
+
+before_script:
+ - apt update -qq
+ - apt install -y -qq build-essential autoconf automake pkg-config libtool m4 autoconf-archive
gtk-doc-tools libxml2-utils gobject-introspection libgirepository1.0-dev libglib2.0-dev libjson-glib-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]