]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
azure: make the default build use --enable-debug --enable-werror
authorDaniel Stenberg <daniel@haxx.se>
Tue, 10 Dec 2019 11:47:30 +0000 (12:47 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Dec 2019 12:01:32 +0000 (13:01 +0100)
.azure-pipelines.yml

index efe1d574246b6f16f2a1a1b5132af6f20b9555c0..507e24a9f68b37b907edada5bbf0183335829b16 100644 (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