Make CI show clangformat failures.

This commit is contained in:
Matthew Parkinson
2019-11-21 10:33:46 +00:00
parent df1dfa55db
commit 3f9e63209d

View File

@@ -203,6 +203,7 @@ jobs:
- script: |
make clangformat
git diff
if [ "$(git diff $(Build.SourceVersion))" != "" ]; then exit 1; fi
workingDirectory: build