Skip to content
Snippets Groups Projects
Commit fccc3bf9 authored by Soeren Peters's avatar Soeren Peters
Browse files

cppcheck creates report.xml and produces a html report from that.

parent bccb3b72
No related branches found
No related tags found
No related merge requests found
......@@ -95,4 +95,7 @@ benchmark_cppcheck:
script:
- cd $CI_PROJECT_DIR
- cppcheck src --enable=all
- cppcheck --version
- cppcheck src --enable=all --xml 2> report.xml
- cppcheck-htmlreport --file=report.xml --report-dir=html_report --source-dir=.
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