From: Paul Brossier Date: Thu, 28 Dec 2023 12:26:33 +0000 (+0100) Subject: [ci] test double and fftw3 on azure X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=6fa0bc35e36a5ff0f8b8d0b8f6b2e85ee8594bae;p=aubio.git [ci] test double and fftw3 on azure --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aedf89ce..facc99a1 100644 --- 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'