Skip to content
Snippets Groups Projects
Commit 15e16acc authored by Cyril Moineau's avatar Cyril Moineau
Browse files

[GitLabCI] pip install pygments.

parent 29852bbc
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ static_analysis:cpp:
script:
- mkdir -p $CI_COMMIT_REF_NAME
- cppcheck -j 4 --enable=all --inconclusive --force --xml --xml-version=2 . 2> cppcheck-result.xml
- python3 -m pip install Pygments
- cppcheck-htmlreport --file=cppcheck-result.xml --report-dir=$CI_COMMIT_REF_NAME --source-dir=.
- python3 -m pip install -U cppcheck_codequality
- cppcheck-codequality --input-file=cppcheck-result.xml --output-file=cppcheck.json
......
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