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