From bfe574c349445e7f33ed73fd03c3a808f4a801ee Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 20 Jun 2019 15:13:22 +0000 Subject: [PATCH] [drone] Branch 2.3 is not ready for parallel builds... git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@17552 b70326c6-7e19-0410-871a-916f4a2858ee --- .drone-1.0.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone-1.0.yml b/.drone-1.0.yml index 22adb6b64..30fbc319c 100644 --- a/.drone-1.0.yml +++ b/.drone-1.0.yml @@ -19,7 +19,7 @@ steps: - psql --version - ./autogen.sh - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer" --without-interrupt-tests - - make -j + - make # we should maybe wait for postgresql service to startup here... - psql -c "select version()" template1 - make check RUNTESTFLAGS=-v @@ -42,7 +42,7 @@ steps: - psql --version - ./autogen.sh - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer" --without-interrupt-tests - - make -j + - make # we should maybe wait for postgresql service to startup here... - psql -c "select version()" template1 - make check RUNTESTFLAGS=-v @@ -65,7 +65,7 @@ steps: - psql --version - ./autogen.sh - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer" --without-interrupt-tests - - make -j + - make # we should maybe wait for postgresql service to startup here... - psql -c "select version()" template1 - make check RUNTESTFLAGS=-v @@ -88,7 +88,7 @@ steps: - psql --version - ./autogen.sh - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer" --without-interrupt-tests - - make -j + - make # we should maybe wait for postgresql service to startup here... - psql -c "select version()" template1 - make check RUNTESTFLAGS=-v @@ -111,7 +111,7 @@ steps: - psql --version - ./autogen.sh - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer" --without-interrupt-tests - - make -j + - make # we should maybe wait for postgresql service to startup here... - psql -c "select version()" template1 - make check RUNTESTFLAGS=-v -- 2.50.0