From b7fa31645a73fb7ca84ffe5798ec7fb6eb4696fe Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 2 Jul 2020 13:31:47 +0200 Subject: [PATCH] [ci] add azure linux deps --- azure-pipelines.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ecf4a9d0..4982d81c 100644 --- 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 -- 2.11.0