[postgis-tickets] r17987 - Remove unused .drone.yml file (we use .drone-1.0.yml now)
Sandro Santilli
strk at kbt.io
Sun Oct 20 10:00:07 PDT 2019
Author: strk
Date: 2019-10-20 22:00:07 -0700 (Sun, 20 Oct 2019)
New Revision: 17987
Removed:
branches/2.3/.drone.yml
Log:
Remove unused .drone.yml file (we use .drone-1.0.yml now)
Deleted: branches/2.3/.drone.yml
===================================================================
--- branches/2.3/.drone.yml 2019-10-21 04:59:57 UTC (rev 17986)
+++ branches/2.3/.drone.yml 2019-10-21 05:00:07 UTC (rev 17987)
@@ -1,34 +0,0 @@
-# See http://readme.drone.io/0.5/usage/overview
-
-# See https://git.osgeo.org/gitea/postgis/postgis-docker
-test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
-
-matrix:
- PGVER:
- - 9.3
- - 9.4
- - 9.5
- - 9.6
-
-pipeline:
- clone:
- image: plugins/git
- depth: 20
- recursive: false
- build:
- image: *test-image
- pull: true
- commands:
- - 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
- `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
More information about the postgis-tickets
mailing list