Update drone settings
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
zvon 2022-05-23 22:57:04 +02:00
parent 2dff727934
commit edb8444d7d

View File

@ -8,7 +8,7 @@ platform:
steps: steps:
- name: build - name: build
image: cppbuilder:v0.5 image: docker.zvon.tech/cppbuilder:v0.06
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.5 image: docker.zvon.tech/cppbuilder:v0.06
commands: commands:
- cd mario - 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 {} - 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 {}