Skip to content

Commit

Permalink
Make CI show clangformat failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Nov 21, 2019
1 parent df1dfa5 commit 3f9e632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:

- script: |
make clangformat
git diff
if [ "$(git diff $(Build.SourceVersion))" != "" ]; then exit 1; fi
workingDirectory: build
Expand Down

0 comments on commit 3f9e632

Please sign in to comment.