]> granicus.if.org Git - postgis/commitdiff
[drone] Branch 2.3 is not ready for parallel builds...
authorSandro Santilli <strk@kbt.io>
Thu, 20 Jun 2019 15:13:22 +0000 (15:13 +0000)
committerSandro Santilli <strk@kbt.io>
Thu, 20 Jun 2019 15:13:22 +0000 (15:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@17552 b70326c6-7e19-0410-871a-916f4a2858ee

.drone-1.0.yml

index 22adb6b64b7baa73b085b7bb6fd47cacf2099fe2..30fbc319c41622ce185071669f7cff4141497d5a 100644 (file)
@@ -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