projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66e8265
)
[ci] add azure linux deps
author
Paul Brossier
<piem@piem.org>
Thu, 2 Jul 2020 11:31:47 +0000
(13:31 +0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 2 Jul 2020 11:31:47 +0000
(13:31 +0200)
azure-pipelines.yml
patch
|
blob
|
history
diff --git
a/azure-pipelines.yml
b/azure-pipelines.yml
index
ecf4a9d
..
4982d81
100644
(file)
--- a/
azure-pipelines.yml
+++ b/
azure-pipelines.yml
@@
-3,7
+3,20
@@
jobs:
- job: linux
pool:
- vmImage: 'ubuntu-16.04'
+ vmImage: 'ubuntu-latest'
+ steps:
+ - script: |
+ sudo apt install libavformat-dev
+ displayName: 'deps'
+ - script: |
+ make
+ displayName: 'make'
+ env:
+ CFLAGS: -Werror
+
+- job: linux-nodeps
+ pool:
+ vmImage: 'ubuntu-latest'
steps:
- script: |
make