projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
622b6dc
)
azure-pipelines.yml: install some brew packages
author
Paul Brossier
<piem@piem.org>
Fri, 5 Oct 2018 17:03:48 +0000
(19:03 +0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 5 Oct 2018 17:03:48 +0000
(19:03 +0200)
azure-pipelines.yml
patch
|
blob
|
history
diff --git
a/azure-pipelines.yml
b/azure-pipelines.yml
index
f2f338c
..
f738762
100644
(file)
--- 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'