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

CI: add job that checks formatting with clang-format

parent b6adff7d
Branches
No related tags found
No related merge requests found
Pipeline #9644 passed
...@@ -65,3 +65,10 @@ build_macos_arm64: ...@@ -65,3 +65,10 @@ build_macos_arm64:
artifacts: artifacts:
paths: paths:
- build/src/dynare-preprocessor - build/src/dynare-preprocessor
test_clang_format:
stage: test
script:
- meson setup build-clang-format
- ninja -C build-clang-format clang-format-check
needs: []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment