Skip to content

Commit

Permalink
gitlab-ci: move check tfs and typed_item_call to end of test
Browse files Browse the repository at this point in the history
it will be more easy to see on the log
  • Loading branch information
alagoutte authored and geraldcombs committed Oct 28, 2022
1 parent a4f1e5c commit 3f194ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,8 +532,6 @@ 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 --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)"
# We don't have an "All options" job, so build fuzzshark and tfshark here.
Expand All @@ -549,6 +547,9 @@ Code Checks + Clang Warnings:
- ansi2html < ../tmp_clang_analyzer_check.txt > ../html/clang_analyzer_check.html
- ninja checkAPI
- ninja shellcheck
- cd ..
- ./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
artifacts:
paths:
- clang_report.txt
Expand Down

0 comments on commit 3f194ad

Please sign in to comment.