[postgis-tickets] r14388 - Add gitlab-ci config
Sandro Santilli
strk at keybit.net
Mon Nov 16 04:01:21 PST 2015
Author: strk
Date: 2015-11-16 04:01:21 -0800 (Mon, 16 Nov 2015)
New Revision: 14388
Added:
branches/2.2/.gitlab-ci.yml
Log:
Add gitlab-ci config
Added: branches/2.2/.gitlab-ci.yml
===================================================================
--- branches/2.2/.gitlab-ci.yml (rev 0)
+++ branches/2.2/.gitlab-ci.yml 2015-11-16 12:01:21 UTC (rev 14388)
@@ -0,0 +1,18 @@
+test:
+ script:
+ - apt-get update -qq
+ - apt-get install -y
+ 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
+ - make install
+ - make installcheck
More information about the postgis-tickets
mailing list