From: Paul Brossier Date: Fri, 5 Oct 2018 17:08:49 +0000 (+0200) Subject: azure-pipelines.yml: also install pkg-config X-Git-Tag: 0.4.8~92^2~20^2~2 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=f5b8800177a901a8097de6bdf56d146e95ba230b;p=aubio.git azure-pipelines.yml: also install pkg-config --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f738762c..635ca5e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,8 +24,9 @@ jobs: steps: - script: | brew update + brew install pkg-config brew install sox ffmpeg libsndfile lcov - displayName: 'brew install sox ffmpeg libsndfile lcov' + displayName: 'brew install' - script: | make displayName: 'make'