[geos-commits] r4192 - branches/3.5

Sandro Santilli strk at keybit.net
Fri Apr 22 09:19:38 PDT 2016


Author: strk
Date: 2016-04-22 09:19:38 -0700 (Fri, 22 Apr 2016)
New Revision: 4192

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

Added: branches/3.5/.gitlab-ci.yml
===================================================================
--- branches/3.5/.gitlab-ci.yml	                        (rev 0)
+++ branches/3.5/.gitlab-ci.yml	2016-04-22 16:19:38 UTC (rev 4192)
@@ -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

Modified: branches/3.5/README.md
===================================================================
--- branches/3.5/README.md	2016-04-22 15:15:59 UTC (rev 4191)
+++ branches/3.5/README.md	2016-04-22 16:19:38 UTC (rev 4192)
@@ -1,5 +1,11 @@
-[![Build Status](https://secure.travis-ci.org/libgeos/libgeos.png)]
-(http://travis-ci.org/libgeos/libgeos)
+Travis:
+ [![Travis](https://api.travis-ci.org/libgeos/libgeos.svg?branch=svn-3.5)
+ (http://travis-ci.org/libgeos/libgeos?branch=svn-3.5)
+GitLab-CI:
+ [![Gitlab-CI](https://gitlab.com/geos/libgeos/badges/svn-3.5/build.svg)]
+ (https://gitlab.com/geos/libgeos/commits/svn-3.5)
 
-This file is here to play nicely with github.
+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