From 6fa0bc35e36a5ff0f8b8d0b8f6b2e85ee8594bae Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 28 Dec 2023 13:26:33 +0100 Subject: [PATCH] [ci] test double and fftw3 on azure --- azure-pipelines.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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' -- 2.11.0