[postgis-tickets] r16170 - Have drone build fail on error

Sandro Santilli strk at kbt.io
Wed Dec 20 08:42:34 PST 2017


Author: strk
Date: 2017-12-20 08:42:34 -0800 (Wed, 20 Dec 2017)
New Revision: 16170

Modified:
   trunk/.drone.yml
Log:
Have drone build fail on error

Modified: trunk/.drone.yml
===================================================================
--- trunk/.drone.yml	2017-12-20 16:32:41 UTC (rev 16169)
+++ trunk/.drone.yml	2017-12-20 16:42:34 UTC (rev 16170)
@@ -13,7 +13,7 @@
     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



More information about the postgis-tickets mailing list