shithub: aubio

Download patch

ref: dbed3ea6442039cc97a3b3ffb9e2f49cc98a979c
parent: 63a14ded27f1ef248049b4b7ed52536beaf30536
author: Paul Brossier <piem@piem.org>
date: Fri Oct 5 17:36:22 EDT 2018

azure-pipelines.yml: fail on msvc error

--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -16,6 +16,9 @@
   - script: |
       make
     displayName: 'make'
+    env:
+      # fail on error
+      CFLAGS: /WX
 
 - job: macos
   pool: