From: Paul Brossier Date: Fri, 5 Oct 2018 19:36:22 +0000 (+0200) Subject: azure-pipelines.yml: fail on msvc error X-Git-Tag: 0.4.8~92^2~19^2~1 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=dbed3ea6442039cc97a3b3ffb9e2f49cc98a979c;p=aubio.git azure-pipelines.yml: fail on msvc error --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3cec6178..06c30aac 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,6 +16,9 @@ jobs: - script: | make displayName: 'make' + env: + # fail on error + CFLAGS: /WX - job: macos pool: