From 663b291ed9e024807c1863329ed3bba2d1960361 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 20 Dec 2017 16:42:34 +0000 Subject: [PATCH] Have drone build fail on error git-svn-id: http://svn.osgeo.org/postgis/trunk@16170 b70326c6-7e19-0410-871a-916f4a2858ee --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0