cppcheck: save checkers report

This commit is contained in:
SChernykh
2023-12-23 11:04:54 +01:00
parent 3c510598fa
commit 1d4aa3478d
3 changed files with 14 additions and 2 deletions

View File

@@ -53,6 +53,12 @@ jobs:
name: errors_full-linux
path: cppcheck/errors_full.txt
- name: Archive checkers report
uses: actions/upload-artifact@v3
with:
name: checkers_report-linux
path: cppcheck/checkers_report.txt
cppcheck-windows:
timeout-minutes: 60
@@ -94,3 +100,9 @@ jobs:
with:
name: errors_full-windows
path: cppcheck/errors_full.txt
- name: Archive checkers report
uses: actions/upload-artifact@v3
with:
name: checkers_report-windows
path: cppcheck/checkers_report.txt