shithub: aubio

Download patch

ref: 46155e507b184c932eabc61fa9b0f9869c5ece1d
parent: 0be7f659089b44ee9ec499a23e6d59da0761a5c1
author: Paul Brossier <piem@piem.org>
date: Fri Oct 5 14:12:44 EDT 2018

azure-pipelines.yml: add windows image

--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,8 +1,18 @@
 #  configuration file for azure continuous integration
-pool:
-  vmImage: 'Ubuntu 16.04'
+jobs:
+- job: linux
+  pool:
+    vmImage: 'Ubuntu 16.04'
 
-steps:
-- script: |
-    make
-  displayName: 'make'
+  steps:
+  - script: |
+      make
+    displayName: 'make'
+- job: windows
+  pool:
+    vmIMage: 'VS2017-Win2016'
+
+  steps:
+  - script: |
+      make
+    displayName: 'make'