From dbed3ea6442039cc97a3b3ffb9e2f49cc98a979c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 5 Oct 2018 21:36:22 +0200 Subject: [PATCH] azure-pipelines.yml: fail on msvc error --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3cec6178..06c30aac 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,6 +16,9 @@ jobs: - script: | make displayName: 'make' + env: + # fail on error + CFLAGS: /WX - job: macos pool: -- 2.11.0