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:
parent
68ffe6c17d
commit
1fb2a48752
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user