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:
Eric Engestrom 2023-05-26 12:41:41 +01:00 committed by Marge Bot
parent 564562eb05
commit 648b5f3070

View File

@ -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: