mirror of
https://github.com/curl/curl.git
synced 2026-04-27 14:52:17 +03:00
azure: make the default build use --enable-debug --enable-werror
This commit is contained in:
parent
68ffe6c17d
commit
1fb2a48752
1 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue