mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-02 22:54:05 +08:00
ci: split clang-format list of folders for easier maintenance
Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23258>
This commit is contained in:
parent
564562eb05
commit
648b5f3070
@ -42,7 +42,9 @@ clang-format:
|
||||
LLVM_VERSION: 15
|
||||
script:
|
||||
- shopt -s globstar
|
||||
- clang-format-${LLVM_VERSION:?} --Werror --dry-run src/**/{asahi,panfrost}/**/*.{h,c,cpp}
|
||||
- clang-format-${LLVM_VERSION:?} --Werror --dry-run
|
||||
src/**/asahi/**/*.{h,c,cpp}
|
||||
src/**/panfrost/**/*.{h,c,cpp}
|
||||
|
||||
.test-gl:
|
||||
extends:
|
||||
|
Loading…
Reference in New Issue
Block a user