]> granicus.if.org Git - postgis/commitdiff
Have drone build fail on error
authorSandro Santilli <strk@kbt.io>
Wed, 20 Dec 2017 16:42:34 +0000 (16:42 +0000)
committerSandro Santilli <strk@kbt.io>
Wed, 20 Dec 2017 16:42:34 +0000 (16:42 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16170 b70326c6-7e19-0410-871a-916f4a2858ee

.drone.yml

index 3dfef9a247aae6669cd41ccee739ca96e86fa5c8..7db01aaf99e449ae316f8e180cc06f4f4a2cb2ec 100644 (file)
@@ -13,7 +13,7 @@ pipeline:
     pull: true
     commands:
       - ./autogen.sh
-      - ./configure CFLAGS="-O0 -Wall" --without-interrupt-tests
+      - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer -Werror" --without-interrupt-tests
       - make
   check:
     image: *test-image