gitlab-ci (Clang): Add Clang Analyzer ouput to artifacts

This commit is contained in:
Alexis La Goutte 2021-09-01 07:01:52 +00:00 committed by Wireshark GitLab Utility
parent bbcedb667c
commit 1f4e150ca7
1 changed files with 2 additions and 1 deletions

View File

@ -561,11 +561,12 @@ Code Checks + Clang Warnings:
- script --command ninja --flush --quiet --return ../clang_report.txt
- ansi2html < ../clang_report.txt > ../clang_report.html
- ./run/tshark -v
- ../tools/validate-clang-check.sh -c $CLANG_VERSION
- ../tools/validate-clang-check.sh -c $CLANG_VERSION 2> >(tee ../clang_analyzer_check.txt)
- ninja checkAPI
artifacts:
paths:
- clang_report.html
- clang_analyzer_check.txt
- cppcheck_report.html
- cppcheck_report.xml
- item_calls_check.txt