projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07b47b1
)
azure-pipelines.yml: also install pkg-config
author
Paul Brossier
<piem@piem.org>
Fri, 5 Oct 2018 17:08:49 +0000
(19:08 +0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 5 Oct 2018 17:08:49 +0000
(19:08 +0200)
azure-pipelines.yml
patch
|
blob
|
history
diff --git
a/azure-pipelines.yml
b/azure-pipelines.yml
index
f738762
..
635ca5e
100644
(file)
--- 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'