ref: fb1c5e2054eb859d412e1e28cb9c045c8219854c
parent: 93d2418ed61a753f64e62cef76775524ec7042e7
parent: 96c97d0c451a2ca0b8e0658745de27aea7949fd7
author: Paul Brossier <piem@piem.org>
date: Fri Oct 5 17:58:40 EDT 2018
Merge branch 'feature/azureci'
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -16,6 +16,9 @@
- script: |
make
displayName: 'make'
+ env:
+ # fail on error
+ CFLAGS: /WX
- job: macos
pool:
@@ -24,7 +27,7 @@
steps:
- script: |
brew update
- brew install pkg-config
+ brew install pkg-config gnupg
brew install sox ffmpeg libsndfile lcov
displayName: 'brew install'
- script: |