shithub: aubio

Download patch

ref: 07b47b1267a5978a1cf3d785e1f66146f2f70bdd
parent: 622b6dc869d4b94dbf7a37b92c022004c271a5b7
author: Paul Brossier <piem@piem.org>
date: Fri Oct 5 15:03:48 EDT 2018

azure-pipelines.yml: install some brew packages

--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -23,5 +23,9 @@
 
   steps:
   - script: |
+      brew update
+      brew install sox ffmpeg libsndfile lcov
+    displayName: 'brew install sox ffmpeg libsndfile lcov'
+  - script: |
       make
     displayName: 'make'