1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 09:21:50 -05:00

azure: make the default build use --enable-debug --enable-werror

This commit is contained in:
Daniel Stenberg 2019-12-10 12:47:30 +01:00
parent 68ffe6c17d
commit 1fb2a48752
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -6,13 +6,17 @@
trigger:
- master
##########################################
### Linux jobs first
##########################################
jobs:
- job: vanilla_ubuntu
displayName: unbuntu default
pool:
vmImage: 'ubuntu-latest'
steps:
- script: ./buildconf && ./configure
- script: ./buildconf && ./configure --enable-debug --enable-werror
displayName: 'Run configure'
- script: make