[postgis-tickets] r17552 - [drone] Branch 2.3 is not ready for parallel builds...
Sandro Santilli
strk at kbt.io
Thu Jun 20 08:13:23 PDT 2019
Author: strk
Date: 2019-06-20 08:13:22 -0700 (Thu, 20 Jun 2019)
New Revision: 17552
Modified:
branches/2.3/.drone-1.0.yml
Log:
[drone] Branch 2.3 is not ready for parallel builds...
Modified: branches/2.3/.drone-1.0.yml
===================================================================
--- branches/2.3/.drone-1.0.yml 2019-06-20 07:38:57 UTC (rev 17551)
+++ branches/2.3/.drone-1.0.yml 2019-06-20 15:13:22 UTC (rev 17552)
@@ -19,7 +19,7 @@
- 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 @@
- 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 @@
- 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 @@
- 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 @@
- 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
More information about the postgis-tickets
mailing list