From: Sandro Santilli Date: Wed, 20 Dec 2017 16:42:34 +0000 (+0000) Subject: Have drone build fail on error X-Git-Tag: 2.5.0alpha~271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=663b291ed9e024807c1863329ed3bba2d1960361;p=postgis Have drone build fail on error git-svn-id: http://svn.osgeo.org/postgis/trunk@16170 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.drone.yml b/.drone.yml index 3dfef9a24..7db01aaf9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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