This commit is contained in:
parent
2dff727934
commit
edb8444d7d
@ -8,7 +8,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: cppbuilder:v0.5
|
||||
image: docker.zvon.tech/cppbuilder:v0.06
|
||||
commands:
|
||||
- cd mario
|
||||
- mkdir build
|
||||
@ -25,7 +25,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: formatting-check
|
||||
image: cppbuilder:v0.5
|
||||
image: docker.zvon.tech/cppbuilder:v0.06
|
||||
commands:
|
||||
- cd mario
|
||||
- find . -path "./build" -prune -or -path "./.cache" -prune -or -iname "*.cpp" -or -iname "*.hpp" -print | xargs -P0 -I{} clang-format -style=file --dry-run -Werror {}
|
||||
|
Loading…
Reference in New Issue
Block a user