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

[GitLabCI] pip install pygments.

parent 15e16acc
No related branches found
No related tags found
1 merge request!1Solve memory leaks and add CI
......@@ -6,7 +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
- python -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