From ca5b095b387af602d70caa4f96d37cd377840400 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Wed, 4 May 2022 09:36:19 +0000 Subject: [PATCH] .gitlab-ci.yml: more checks from tools/check_typed_item_calls.py --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d825edf710..1d95ff7117 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -523,7 +523,7 @@ Code Checks + Clang Warnings: - ./tools/cppcheck/cppcheck.sh -l $NUM_COMMITS | tee cppcheck/cppcheck_report.txt - if [[ -s "cppcheck/cppcheck_report.txt" ]]; then ./tools/cppcheck/cppcheck.sh -l $NUM_COMMITS -x > cppcheck/cppcheck_report.xml ; fi - if [[ -s "cppcheck/cppcheck_report.txt" ]]; then cppcheck-htmlreport --file cppcheck/cppcheck_report.xml --report-dir cppcheck ; fi - - ./tools/check_typed_item_calls.py --commits $NUM_COMMITS | tee item_calls_check.txt + - ./tools/check_typed_item_calls.py --consecutive --label --mask --commits $NUM_COMMITS | tee item_calls_check.txt - ./tools/check_tfs.py --commits $NUM_COMMITS | tee tfs_check.txt - cd build - printf "\e[0Ksection_start:%s:cmake_section[collapsed=true]\r\e[0KRunning CMake" "$( date +%s)"