Fix clang format check.

This commit is contained in:
Matthew Parkinson
2019-07-02 10:46:37 +01:00
parent 0dbd10bd74
commit b14735ff06

View File

@@ -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'