|
|
@ -58,7 +58,7 @@ static_analysis: |
|
|
|
- cppcheck_junit build/cppcheck-result.xml build/cppcheck-junit.xml |
|
|
|
- script/build_compile_commands.py |
|
|
|
- run-clang-tidy -fix -export-fixes=build/clang-tidy-fixes.yml src || true |
|
|
|
- cat "build/clang-tidy-fixes.yml" | scripts/clang-tidy-to-junit.py src >"build/clang-tidy-junit.xml" |
|
|
|
- cat "build/clang-tidy-fixes.yml" | script/clang-tidy-to-junit.py src >"build/clang-tidy-junit.xml" |
|
|
|
artifacts: |
|
|
|
reports: |
|
|
|
junit: |
|
|
|