From 06657bea36dfec61a416addd777d252610f3b383 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 21 Oct 2019 05:00:07 +0000 Subject: [PATCH] Remove unused .drone.yml file (we use .drone-1.0.yml now) git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@17987 b70326c6-7e19-0410-871a-916f4a2858ee --- .drone.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 2d4bbb4a8..000000000 --- a/.drone.yml +++ /dev/null @@ -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 '.'` -- 2.49.0