diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0ac4c755..73e8f0dc1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ clang_format: - master before_script: - apt-get update - - apt-get install --yes --no-install-recommends git clang-format-10 + - apt-get install --yes --no-install-recommends git clang-format-11 script: - - find . \( -name "*.cpp" -or -name "*.h" -or -name "*.c" -or -name "*.cc" \) -exec clang-format-10 -i {} \; + - find . \( -name "*.cpp" -or -name "*.h" -or -name "*.c" -or -name "*.cc" \) -exec clang-format-11 -i {} \; - git diff --exit-code