[postgis-tickets] r17154 - try to fix up the run step for using docker hub postgis image

Regina Obe lr at pcorp.us
Tue Jan 15 01:45:02 PST 2019


Author: robe
Date: 2019-01-15 13:45:01 -0800 (Tue, 15 Jan 2019)
New Revision: 17154

Modified:
   trunk/.drone-1.0.yml
Log:
try to fix up the run step for using docker hub postgis image

Modified: trunk/.drone-1.0.yml
===================================================================
--- trunk/.drone-1.0.yml	2019-01-15 21:31:12 UTC (rev 17153)
+++ trunk/.drone-1.0.yml	2019-01-15 21:45:01 UTC (rev 17154)
@@ -82,18 +82,5 @@
     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 -Werror" --without-interrupt-tests
-      - make -j
-      # 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 '.'`
+      - bash ci/travis/run_tests.sh
 ...



More information about the postgis-tickets mailing list