Skip to content
Snippets Groups Projects
Verified Commit e6bc3347 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

fix deps and formatting

parent 51dd74eb
No related branches found
No related tags found
No related merge requests found
Pipeline #8100 passed
...@@ -51,7 +51,7 @@ code_style: ...@@ -51,7 +51,7 @@ code_style:
tags: [ docker ] tags: [ docker ]
stage: test stage: test
script: script:
- clang-format-11 --dry-run --verbose **/*.cpp **/*.h **/*.h.in - clang-format-11 --dry-run --verbose --Werror $(find test/ src/ include/ -type f -iname "*.cpp" -o -iname "*.h" -o -iname "*.h.in")
allow_failure: true allow_failure: true
# unit tests with gtest # unit tests with gtest
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
# BUILD AND RUN TESTS # BUILD AND RUN TESTS
* >=clang-tidy-11 * >=clang-tidy-11
* >=gtest-1.10.0
# COVERAGE # COVERAGE
......
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