From 07b47b1267a5978a1cf3d785e1f66146f2f70bdd Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 5 Oct 2018 19:03:48 +0200 Subject: [PATCH] azure-pipelines.yml: install some brew packages --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) 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' -- 2.11.0