CI/azure: unconditionally enable warnings-as-errors with autotools

Reviewed-by: Marcel Raad

Follow up to #5694
Closes #5706
This commit is contained in:
Marc Hoersken 2020-07-21 19:04:42 +02:00
parent d746ff1107
commit 3cd9bc9689
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E
1 changed files with 2 additions and 2 deletions

View 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