Browse Source

static analysis reports

quality-test
Hendrik Langer 5 years ago
parent
commit
8aa2755eca
  1. 11
      .gitlab-ci.yml

11
.gitlab-ci.yml

@ -51,12 +51,13 @@ static_analysis:
- pio init --ide atom - pio init --ide atom
script: script:
# - cppcheck --enable=all --check-config src # - cppcheck --enable=all --check-config src
- cppcheck src - cppcheck --error-exitcode=1 src 2>&1 | tee cppcheck-err.txt
- script/build_compile_commands.py - script/build_compile_commands.py
- run-clang-tidy -fix src - run-clang-tidy -fix -export-fixes=clang-tidy-fixes.yml src
# artifacts: artifacts:
# reports: reports:
# - - clang-tidy-fixes.yml
- cppcheck-err.txt
deploy: deploy:
stage: deploy stage: deploy

Loading…
Cancel
Save