[postgis-tickets] r14394 - Add gitlab config
Sandro Santilli
strk at keybit.net
Mon Nov 16 07:05:24 PST 2015
Author: strk
Date: 2015-11-16 07:05:24 -0800 (Mon, 16 Nov 2015)
New Revision: 14394
Added:
branches/2.0/.gitlab-ci.yml
Log:
Add gitlab config
Added: branches/2.0/.gitlab-ci.yml
===================================================================
--- branches/2.0/.gitlab-ci.yml (rev 0)
+++ branches/2.0/.gitlab-ci.yml 2015-11-16 15:05:24 UTC (rev 14394)
@@ -0,0 +1,17 @@
+test:
+ script:
+ - apt-get update -qq
+ - apt-get install -y
+ flex bison
+ postgresql-9.4 postgresql-server-dev-9.4
+ build-essential autoconf libtool libcunit1-dev
+ xsltproc docbook-xsl docbook-mathml dblatex
+ libproj-dev libgdal-dev libgeos-dev libjson0-dev
+ - lsb_release -a
+ - uname -a
+ - service postgresql start
+ - su -l postgres -c "createuser -s `whoami`"
+ - ./autogen.sh
+ - ./configure
+ - make
+ - make check RUNTESTFLAGS=-v
More information about the postgis-tickets
mailing list