Skip to content

Commit

Permalink
ci: enforce formatting for RADV & ACO
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23253>
  • Loading branch information
1ace authored and Marge Bot committed Jun 16, 2023
1 parent 6b21653 commit 62b9e6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Vendored code
src/amd/vulkan/radix_sort/*
2 changes: 2 additions & 0 deletions .clang-format-include
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@

src/**/asahi/**/*
src/**/panfrost/**/*
src/amd/vulkan/**/*
src/amd/compiler/**/*
2 changes: 2 additions & 0 deletions .gitlab-ci/test-source-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1058,4 +1058,6 @@
- src/**/.clang-format
- src/**/asahi/**/*
- src/**/panfrost/**/*
- src/amd/vulkan/**/*
- src/amd/compiler/**/*
when: on_success

0 comments on commit 62b9e6e

Please sign in to comment.