[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 @@
-[]
-(http://travis-ci.org/libgeos/libgeos)
+Travis:
+ [
+ (http://travis-ci.org/libgeos/libgeos?branch=svn-3.5)
+GitLab-CI:
+ []
+ (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