mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
CI: add clang-format task
This commit is contained in:
parent
6d0714bfa3
commit
1e3417cd65
1 changed files with 6 additions and 0 deletions
|
|
@ -27,3 +27,9 @@ tasks:
|
|||
cd cage
|
||||
CC=clang meson build --werror -Dxwayland=true
|
||||
CC=clang ninja -C build scan-build
|
||||
- clang-format: |
|
||||
cd cage
|
||||
meson build --werror -Dxwayland=true
|
||||
ninja -C build clang-format
|
||||
rm -rf build
|
||||
git diff --exit-code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue