[geos-commits] r4194 - branches/3.3

Sandro Santilli strk at keybit.net
Fri Apr 22 09:21:48 PDT 2016


Author: strk
Date: 2016-04-22 09:21:47 -0700 (Fri, 22 Apr 2016)
New Revision: 4194

Added:
   branches/3.3/.gitlab-ci.yml
   branches/3.3/README.md
Log:
Add gitlab-ci config and badge

Added: branches/3.3/.gitlab-ci.yml
===================================================================
--- branches/3.3/.gitlab-ci.yml	                        (rev 0)
+++ branches/3.3/.gitlab-ci.yml	2016-04-22 16:21:47 UTC (rev 4194)
@@ -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

Added: branches/3.3/README.md
===================================================================
--- branches/3.3/README.md	                        (rev 0)
+++ branches/3.3/README.md	2016-04-22 16:21:47 UTC (rev 4194)
@@ -0,0 +1,11 @@
+Travis:
+ [![Travis](https://api.travis-ci.org/libgeos/libgeos.svg?branch=svn-3.3)
+ (http://travis-ci.org/libgeos/libgeos?branch=svn-3.3)
+GitLab-CI:
+ [![Gitlab-CI](https://gitlab.com/geos/libgeos/badges/svn-3.3/build.svg)]
+ (https://gitlab.com/geos/libgeos/commits/svn-3.3)
+
+This file is here to play nicely with modern code repositories.
+Actual readme is [here](README).
+
+Project homepage: http://geos.osgeo.org/



More information about the geos-commits mailing list