We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6364511 commit 059ee4fCopy full SHA for 059ee4f
.gitlab-ci/test/gitlab-ci.yml
@@ -45,7 +45,7 @@ clang-format:
45
- clang-format-${LLVM_VERSION:?} --Werror -i
46
src/**/asahi/**/*.{h,c,cpp}
47
src/**/panfrost/**/*.{h,c,cpp}
48
- - git diff --exit-code # Fails if there are diffs
+ - git diff --color=always --exit-code # Fails if there are diffs
49
50
.test-gl:
51
extends:
0 commit comments