mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-15 14:33:01 -04:00
Merge branch 'clang-tidy' into 'master'
add .clang-tidy file See merge request wlroots/wlroots!5288
This commit is contained in:
commit
9eb2b3268a
6 changed files with 79 additions and 4 deletions
|
|
@ -20,6 +20,7 @@ packages:
|
|||
- xwayland-dev
|
||||
- libseat-dev
|
||||
- hwdata-dev
|
||||
- clang-extra-tools
|
||||
# for docs
|
||||
- go
|
||||
- zip
|
||||
|
|
@ -58,3 +59,6 @@ tasks:
|
|||
-o public \
|
||||
"$include_dir/wlr/"
|
||||
zip -r ~/public.zip public/
|
||||
- clang-tidy: |
|
||||
cd wlroots
|
||||
ninja -C build clang-tidy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue