mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-13 08:22:16 -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
|
- xwayland-dev
|
||||||
- libseat-dev
|
- libseat-dev
|
||||||
- hwdata-dev
|
- hwdata-dev
|
||||||
|
- clang-extra-tools
|
||||||
# for docs
|
# for docs
|
||||||
- go
|
- go
|
||||||
- zip
|
- zip
|
||||||
|
|
@ -55,3 +56,6 @@ tasks:
|
||||||
-o public \
|
-o public \
|
||||||
"$include_dir/wlr/"
|
"$include_dir/wlr/"
|
||||||
zip -r ~/public.zip public/
|
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