CI: add job that checks formatting with clang-format

master
Sébastien Villemot 2023-11-30 16:37:35 +01:00
parent b6adff7de7
commit 0295c389a2
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 7 additions and 0 deletions

View File

@ -65,3 +65,10 @@ build_macos_arm64:
artifacts:
paths:
- build/src/dynare-preprocessor
test_clang_format:
stage: test
script:
- meson setup build-clang-format
- ninja -C build-clang-format clang-format-check
needs: []