Skip to content
Snippets Groups Projects
Verified Commit ad4813f0 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: bump to clang-tidy 19

(cherry picked from commit 49b08642)
parent 7aa46cb1
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ test_clang_tidy:
stage: test
script:
# Hack needed for meson < 1.6.0 which only looks for unversioned clang-tidy
- mkdir -p ~/.local/bin && ln -s /usr/bin/clang-tidy-16 ~/.local/bin/clang-tidy
- mkdir -p ~/.local/bin && ln -s /usr/bin/clang-tidy-19 ~/.local/bin/clang-tidy
- export PATH="$HOME/.local/bin:$PATH"
- meson setup -Dbuild_for=octave build-clang-tidy
- ninja -C build-clang-tidy clang-tidy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment