ref: b7fa31645a73fb7ca84ffe5798ec7fb6eb4696fe
parent: 66e82657ef5a40dde58d77a4a69a1b24116d7f9e
author: Paul Brossier <piem@piem.org>
date: Thu Jul 2 09:31:47 EDT 2020
[ci] add azure linux deps
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -3,7 +3,20 @@
- 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