Skip to content

Commit 059ee4f

Browse files
1aceMarge Bot
authored and
Marge Bot
committed
ci: color the diff for clang-format
Suggested-by: David Heidelberg <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23269>
1 parent 6364511 commit 059ee4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci/test/gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ clang-format:
4545
- clang-format-${LLVM_VERSION:?} --Werror -i
4646
src/**/asahi/**/*.{h,c,cpp}
4747
src/**/panfrost/**/*.{h,c,cpp}
48-
- git diff --exit-code # Fails if there are diffs
48+
- git diff --color=always --exit-code # Fails if there are diffs
4949

5050
.test-gl:
5151
extends:

0 commit comments

Comments
 (0)