From 059ee4ff8d875b545401aa68526e715be46cf293 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 26 May 2023 18:22:02 +0100 Subject: [PATCH] ci: color the diff for clang-format Suggested-by: David Heidelberg Signed-off-by: Eric Engestrom Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 90e888dbf27..ed28835dc32 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -45,7 +45,7 @@ clang-format: - clang-format-${LLVM_VERSION:?} --Werror -i src/**/asahi/**/*.{h,c,cpp} src/**/panfrost/**/*.{h,c,cpp} - - git diff --exit-code # Fails if there are diffs + - git diff --color=always --exit-code # Fails if there are diffs .test-gl: extends: