projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8e23f8
)
[ci] test double and fftw3 on azure
author
Paul Brossier
<piem@piem.org>
Thu, 28 Dec 2023 12:26:33 +0000
(13:26 +0100)
committer
Paul Brossier
<piem@piem.org>
Thu, 28 Dec 2023 12:27:58 +0000
(13:27 +0100)
azure-pipelines.yml
patch
|
blob
|
history
diff --git
a/azure-pipelines.yml
b/azure-pipelines.yml
index
aedf89c
..
facc99a
100644
(file)
--- a/
azure-pipelines.yml
+++ b/
azure-pipelines.yml
@@
-15,6
+15,20
@@
jobs:
env:
CFLAGS: -Werror
+- job: linux_double
+ pool:
+ vmImage: 'ubuntu-latest'
+ steps:
+ - script: |
+ sudo apt update
+ sudo apt install libfftw3-dev libsndfile-dev libavformat-dev librubberband-dev libvorbis-dev libflac-dev
+ displayName: 'deps'
+ - script: |
+ HAVE_AUBIO_DOUBLE=1 make
+ displayName: 'make'
+ env:
+ CFLAGS: -Werror
+
- job: linux_nodeps
pool:
vmImage: 'ubuntu-latest'