Skip to content
Snippets Groups Projects
Commit cdf17161 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

made clang tidy a per commit build

parent 97d6e00a
Branches
Tags
No related merge requests found
...@@ -1519,6 +1519,9 @@ clang-tidy: ...@@ -1519,6 +1519,9 @@ clang-tidy:
- cmake . -LAH - cmake . -LAH
- utilities/filterCompileCommands.py compile_commands.json - utilities/filterCompileCommands.py compile_commands.json
- run-clang-tidy.py -quiet | tee clang-tidy-output.txt - run-clang-tidy.py -quiet | tee clang-tidy-output.txt
except:
variables:
- $DISABLE_PER_COMMIT_BUILDS
artifacts: artifacts:
paths: paths:
- $CI_PROJECT_DIR/build/clang-tidy-output.txt - $CI_PROJECT_DIR/build/clang-tidy-output.txt
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment