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

Make INWYU manual.

Add cppcheck html_report as artifact.
parent fccc3bf9
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,9 @@ benchmark_ClangBuildAnalyzer:
benchmark_Include_what_you_use:
stage: deploy
rules:
- when: manual
before_script:
- export DEBIAN_FRONTEND=noninteractive
- apt-get update
......@@ -99,3 +102,8 @@ benchmark_cppcheck:
- cppcheck src --enable=all --xml 2> report.xml
- cppcheck-htmlreport --file=report.xml --report-dir=html_report --source-dir=.
artifacts:
paths:
- html_report/
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