[postgis-tickets] r14393 - Install flex and bison
Sandro Santilli
strk at keybit.net
Mon Nov 16 06:43:28 PST 2015
Author: strk
Date: 2015-11-16 06:43:28 -0800 (Mon, 16 Nov 2015)
New Revision: 14393
Modified:
branches/2.1/.gitlab-ci.yml
Log:
Install flex and bison
For some reason these seem to be needed by gitlab-ci build
Modified: branches/2.1/.gitlab-ci.yml
===================================================================
--- branches/2.1/.gitlab-ci.yml 2015-11-16 14:01:03 UTC (rev 14392)
+++ branches/2.1/.gitlab-ci.yml 2015-11-16 14:43:28 UTC (rev 14393)
@@ -2,6 +2,7 @@
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
More information about the postgis-tickets
mailing list