diff options
-rw-r--r-- | .azure-pipelines.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index efe1d5742..507e24a9f 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -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 |