From: Paul Brossier Date: Fri, 5 Oct 2018 17:03:48 +0000 (+0200) Subject: azure-pipelines.yml: install some brew packages X-Git-Tag: 0.4.8~92^2~20^2~3 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=07b47b1267a5978a1cf3d785e1f66146f2f70bdd;p=aubio.git azure-pipelines.yml: install some brew packages --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f2f338c4..f738762c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'