[geos-commits] r4187 - trunk

Sandro Santilli strk at keybit.net
Fri Apr 22 07:40:54 PDT 2016


Author: strk
Date: 2016-04-22 07:40:54 -0700 (Fri, 22 Apr 2016)
New Revision: 4187

Added:
   trunk/.gitlab-ci.yml
Log:
Add gitlab-ci configuration

Added: trunk/.gitlab-ci.yml
===================================================================
--- trunk/.gitlab-ci.yml	                        (rev 0)
+++ trunk/.gitlab-ci.yml	2016-04-22 14:40:54 UTC (rev 4187)
@@ -0,0 +1,12 @@
+# See https://gitlab.com/help/ci/quick_start/README
+test:
+  script:
+    - apt-get update -qq
+    - apt-get install -y build-essential autoconf automake libtool lsb-release
+    - lsb_release -a
+    - uname -a
+    - ./autogen.sh
+    - ./configure
+    - make
+    - make check
+    - make distcheck



More information about the geos-commits mailing list