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

CI: bump to clang-tidy 19

parent 154acf64
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,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