From b14735ff06b50b0157770018b0578fb1b5aad63e Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Tue, 2 Jul 2019 10:46:37 +0100 Subject: [PATCH] Fix clang format check. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e136fd0..7a22327 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -172,8 +172,8 @@ phases: cmakeArgs: '..' - script: | - if [ "$(git diff $(Build.SourceVersion))" != "" ]; then exit 1; fi make clangformat + if [ "$(git diff $(Build.SourceVersion))" != "" ]; then exit 1; fi workingDirectory: build displayName: 'Clang-Format'