[goocanvas/ci] Add CI




commit 130db4de187fb93aa9ceeb42a4171b1b3631f954
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..95e8fcb
--- /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
+ 
+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]