azure-pipelines.yml: fail on msvc error
authorPaul Brossier <piem@piem.org>
Fri, 5 Oct 2018 19:36:22 +0000 (21:36 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 5 Oct 2018 19:36:22 +0000 (21:36 +0200)
azure-pipelines.yml

index 3cec617..06c30aa 100644 (file)
@@ -16,6 +16,9 @@ jobs:
   - script: |
       make
     displayName: 'make'
+    env:
+      # fail on error
+      CFLAGS: /WX
 
 - job: macos
   pool: