mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -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:
|
trigger:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
##########################################
|
||||||
|
### Linux jobs first
|
||||||
|
##########################################
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: vanilla_ubuntu
|
- job: vanilla_ubuntu
|
||||||
displayName: unbuntu default
|
displayName: unbuntu default
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
- script: ./buildconf && ./configure
|
- script: ./buildconf && ./configure --enable-debug --enable-werror
|
||||||
displayName: 'Run configure'
|
displayName: 'Run configure'
|
||||||
|
|
||||||
- script: make
|
- script: make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user