azure-pipelines.yml: install some brew packages
authorPaul Brossier <piem@piem.org>
Fri, 5 Oct 2018 17:03:48 +0000 (19:03 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 5 Oct 2018 17:03:48 +0000 (19:03 +0200)
azure-pipelines.yml

index f2f338c..f738762 100644 (file)
@@ -23,5 +23,9 @@ jobs:
 
   steps:
   - script: |
+      brew update
+      brew install sox ffmpeg libsndfile lcov
+    displayName: 'brew install sox ffmpeg libsndfile lcov'
+  - script: |
       make
     displayName: 'make'