Module: Mesa Branch: main Commit: e9f725c7414c18fa0ce1e5381ec9c281c6c62c2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9f725c7414c18fa0ce1e5381ec9c281c6c62c2a
Author: Eric Engestrom <[email protected]> Date: Fri Nov 3 19:56:58 2023 +0000 ci/rules: add missing clang-format files to what needs containers to build Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26013> --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 630d88bcd1a..e27d03b5cb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -177,6 +177,10 @@ include: - meson* - build-support/**/* - subprojects/**/* + # clang format + - .clang-format + - .clang-format-include + - .clang-format-ignore # Source code - include/**/* - src/**/*
