From 3f9e63209d6834b2cd51d993ad39a6e3cf8e9e72 Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Thu, 21 Nov 2019 10:33:46 +0000 Subject: [PATCH] Make CI show clangformat failures. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 37f2d44..c82c708 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -203,6 +203,7 @@ jobs: - script: | make clangformat + git diff if [ "$(git diff $(Build.SourceVersion))" != "" ]; then exit 1; fi workingDirectory: build