mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-12 08:21:33 -04:00
ci: add clang-tidy step to alpine build
This commit is contained in:
parent
2485e3bceb
commit
61e016137f
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ packages:
|
|||
- xwayland-dev
|
||||
- libseat-dev
|
||||
- hwdata-dev
|
||||
- clang-extra-tools
|
||||
# for docs
|
||||
- go
|
||||
- zip
|
||||
|
|
@ -55,3 +56,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