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

CI: add job that checks formatting with clang-format

parent ed332e3b
No related branches found
No related tags found
No related merge requests found
...@@ -177,6 +177,13 @@ test_octave: ...@@ -177,6 +177,13 @@ test_octave:
needs: [ "build_octave" ] needs: [ "build_octave" ]
when: manual when: manual
test_clang_format:
stage: test
script:
- meson setup -Dbuild_for=octave build-clang-format
- ninja -C build-clang-format clang-format-check
needs: []
# For the sign and deploy jobs, we don’t use the “needs” keyword, since we # For the sign and deploy jobs, we don’t use the “needs” keyword, since we
# don’t want those jobs to start before the “test” and “pkg” stages have # don’t want those jobs to start before the “test” and “pkg” stages have
# succeeded. Hence we stick to the “dependencies” keyword. # succeeded. Hence we stick to the “dependencies” keyword.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment