GitLab CI: remove ANSI color when generate Clang Check Analyzer text log

This commit is contained in:
Alexis La Goutte 2021-09-13 18:53:50 +00:00 committed by Wireshark GitLab Utility
parent 07b0c4e78a
commit 6c0897393b
1 changed files with 3 additions and 2 deletions

View File

@ -563,8 +563,9 @@ Code Checks + Clang Warnings:
- script --command ninja --flush --quiet --return ../clang_report.txt
- ansi2html < ../clang_report.txt > ../clang_report.html
- ./run/tshark -v 2> >(tee ../checkhf_conflict.txt)
- ../tools/validate-clang-check.sh -c $CLANG_VERSION 2> >(tee ../clang_analyzer_check.txt)
- ninja checkAPI
- ../tools/validate-clang-check.sh -c $CLANG_VERSION 2> >(tee ../tmp_clang_analyzer_check.txt)
- ansi2txt < ../tmp_clang_analyzer_check.txt > ../clang_analyzer_check.txt
- ninja checkAPI
artifacts:
paths:
- clang_report.html