projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02e40d3
)
ci: print clang-format's version
author
Eric Engestrom
<eric@igalia.com>
Mon, 24 Jul 2023 08:56:27 +0000
(09:56 +0100)
committer
Marge Bot
<emma+marge@anholt.net>
Thu, 27 Jul 2023 17:33:59 +0000
(17:33 +0000)
Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24302>
.gitlab-ci/test/gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci/test/gitlab-ci.yml
b/.gitlab-ci/test/gitlab-ci.yml
index
71440f6
..
a5d2f47
100644
(file)
--- a/
.gitlab-ci/test/gitlab-ci.yml
+++ b/
.gitlab-ci/test/gitlab-ci.yml
@@
-53,6
+53,7
@@
clang-format:
# We need a meson build dir, but its config doesn't actually matter, so
# let's just use the default.
- meson setup build
+ - clang-format-${LLVM_VERSION} --version
- ninja -C build clang-format
.test-gl: