ref: f9ed50429dc1ade2dd9d19b77fad1c965ad0ae00
parent: 138cb1f6415e6c57ae677d852c46546d85388ca4
parent: 6f33badc4cf043d3205783eb839e748c4bae0285
author: Paul Brossier <piem@piem.org>
date: Mon Oct 29 16:35:00 EDT 2018
Merge branch 'feature/azureci' into fix/warn_old_avutil
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,17 +1,19 @@
# configuration file for azure continuous integration
jobs:
+
- job: linux
pool:
vmImage: 'Ubuntu 16.04'
-
steps:
- script: |
make
displayName: 'make'
+ env:
+ CFLAGS: -Werror
+
- job: windows
pool:
vmIMage: 'VS2017-Win2016'
-
steps:
- script: |
make
@@ -23,7 +25,6 @@
- job: macos
pool:
vmIMage: macOS-10.13
-
steps:
- script: |
brew update
@@ -33,3 +34,5 @@
- script: |
make
displayName: 'make'
+ env:
+ CFLAGS: -Werror