ref: f5b8800177a901a8097de6bdf56d146e95ba230b
parent: 07b47b1267a5978a1cf3d785e1f66146f2f70bdd
author: Paul Brossier <piem@piem.org>
date: Fri Oct 5 15:08:49 EDT 2018
azure-pipelines.yml: also install pkg-config
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -24,8 +24,9 @@
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'