all: improve C++ static analyzers

This commit is contained in:
Markus F.X.J. Oberhumer
2023-07-26 22:28:47 +02:00
parent 5a1203be0d
commit 053e95033f
24 changed files with 107 additions and 46 deletions
@@ -24,11 +24,7 @@ jobs:
git clone --branch "$GITHUB_REF_NAME" --depth 1 https://github.com/upx/upx
git -C upx submodule update --init
- name: 'Perform clang-tidy Analysis Debug'
run: |
make -C upx build/extra/clang/debug
python3 upx/misc/scripts/run-clang-tidy.py -p upx/build/extra/clang/debug
run: 'make -C upx build/analyze/clang-tidy/debug'
- name: 'Perform clang-tidy Analysis Release'
if: success() || failure() # run this step even if the previous step failed
run: |
make -C upx build/extra/clang/release
python3 upx/misc/scripts/run-clang-tidy.py -p upx/build/extra/clang/release
run: 'make -C upx build/analyze/clang-tidy/release'