Skip to content

Commit

Permalink
Fix clang ci
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed May 2, 2019
1 parent 5f9fbf6 commit 47ada08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ defaults:
name: "Run clang-format"
command: |
clang-format --version
clang-format -i src/*
git diff --exit-code
find include src test -name '*.hpp' -o -name '*.cpp' -o -name '*.h' -o -name '*.c' | xargs clang-format -i
git diff --color --exit-code
build: &build
run:
Expand Down

0 comments on commit 47ada08

Please sign in to comment.