aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2021-09-02 21:05:17 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-09-05 07:49:29 +0000
commit3403e37d477e4d81ce495af1574c882f97f0a185 (patch)
tree91898a5b2da000df524142cd4a465c70c7b09247 /.gitlab-ci.yml
parent03a07e4f1b9c774c3aee2d9bdd67fe9381902c19 (diff)
gitlab-ci: Add artifact for check hf conflict
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5303f5ce2b..6daa9b9f83 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -560,7 +560,7 @@ Code Checks + Clang Warnings:
- printf "\e[0Ksection_end:%s:cmake_section\r\e[0K" "$( date +%s)"
- script --command ninja --flush --quiet --return ../clang_report.txt
- ansi2html < ../clang_report.txt > ../clang_report.html
- - ./run/tshark -v
+ - ./run/tshark -v 2> >(tee ../checkhf_conflict.txt)
- ../tools/validate-clang-check.sh -c $CLANG_VERSION 2> >(tee ../clang_analyzer_check.txt)
- ninja checkAPI
artifacts:
@@ -571,6 +571,7 @@ Code Checks + Clang Warnings:
- cppcheck_report.xml
- item_calls_check.txt
- tfs_check.txt
+ - checkhf_conflict.txt
# Windows runners are still beta, at least technically:
# https://docs.gitlab.com/ee/user/gitlab_com/index.html#windows-shared-runners-beta