]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI/azure: unconditionally enable warnings-as-errors with autotools
authorMarc Hoersken <info@marc-hoersken.de>
Tue, 21 Jul 2020 17:04:42 +0000 (19:04 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Wed, 22 Jul 2020 18:08:23 +0000 (20:08 +0200)
Reviewed-by: Marcel Raad
Follow up to #5694
Closes #5706

.azure-pipelines.yml

index 91451198fae2b30cce22f2339a10a40dfad05784..bb9efa79581e7d9b1c13bd7494187bf20ebed984 100644 (file)
@@ -57,7 +57,7 @@ stages:
       matrix:
         default:
           name: default
-          configure: --enable-debug --enable-werror
+          configure: --enable-debug
         disable_ipv6:
           name: w/o IPv6
           configure: --disable-ipv6
@@ -79,7 +79,7 @@ stages:
     - script: sudo apt-get update && sudo apt-get install -y stunnel4 python-impacket libzstd-dev libbrotli-dev $(install)
       displayName: 'apt install'
 
-    - script: ./buildconf && ./configure $(configure)
+    - script: ./buildconf && ./configure --enable-warnings --enable-werror $(configure)
       displayName: 'configure $(name)'
 
     - script: make