[postgis-tickets] r17012 - [drone] Don't test PostGIS 3.0 on Postgres 9.4
Darafei
komzpa at gmail.com
Tue Nov 13 12:41:39 PST 2018
Author: komzpa
Date: 2018-11-13 12:41:38 -0800 (Tue, 13 Nov 2018)
New Revision: 17012
Modified:
trunk/.drone.yml
Log:
[drone] Don't test PostGIS 3.0 on Postgres 9.4
References #4230
Modified: trunk/.drone.yml
===================================================================
--- trunk/.drone.yml 2018-11-13 20:40:37 UTC (rev 17011)
+++ trunk/.drone.yml 2018-11-13 20:41:38 UTC (rev 17012)
@@ -5,7 +5,6 @@
matrix:
PGVER:
- - 9.4
- 9.5
- 9.6
- 10
@@ -25,7 +24,7 @@
- psql --version
- ./autogen.sh
- ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer -Werror" --without-interrupt-tests
- - make
+ - make -j
# we should maybe wait for postgresql service to startup here...
- psql -c "select version()" template1
- make check RUNTESTFLAGS=-v
More information about the postgis-tickets
mailing list