[postgis-tickets] r17986 - [drone] PostGIS-2.3 is not compatible with PostgreSQL 10
Sandro Santilli
strk at kbt.io
Sun Oct 20 09:59:57 PDT 2019
Author: strk
Date: 2019-10-20 21:59:57 -0700 (Sun, 20 Oct 2019)
New Revision: 17986
Modified:
branches/2.3/.drone-1.0.yml
Log:
[drone] PostGIS-2.3 is not compatible with PostgreSQL 10
The .drone.yml file is unused
Modified: branches/2.3/.drone-1.0.yml
===================================================================
--- branches/2.3/.drone-1.0.yml 2019-10-20 09:00:58 UTC (rev 17985)
+++ branches/2.3/.drone-1.0.yml 2019-10-21 04:59:57 UTC (rev 17986)
@@ -95,27 +95,3 @@
- make install
- utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
----
-test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
-kind: pipeline
-name: pg-10
-steps:
- - name: build
- image: *test-image
- pull: true
- commands:
- - export PGVER=10
- - service postgresql start $PGVER
- - export PGPORT=`grep ^port /etc/postgresql/$PGVER/main/postgresql.conf | awk '{print $3}'`
- - export PATH=/usr/lib/postgresql/$PGVER/bin:$PATH
- - psql --version
- - ./autogen.sh
- - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer" --without-interrupt-tests
- - make
- # we should maybe wait for postgresql service to startup here...
- - psql -c "select version()" template1
- - make check RUNTESTFLAGS=-v
- - make install
- - utils/check_all_upgrades.sh -s
- `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
-...
More information about the postgis-tickets
mailing list