Ключ для make
This commit is contained in:
parent
78d93cb0a7
commit
1fec1900d5
@ -144,7 +144,7 @@ variables:
|
|||||||
tags: ['analyze']
|
tags: ['analyze']
|
||||||
script:
|
script:
|
||||||
- qmake
|
- qmake
|
||||||
- bear -- make -j$(nproc)
|
- bear -- make -k -j$(nproc)
|
||||||
- pvs-studio-analyzer analyze -a 29 -j$(nproc)
|
- pvs-studio-analyzer analyze -a 29 -j$(nproc)
|
||||||
- plog-converter -a "GA:1,2,3;64:1;OP:1,2;CS:1,2" -t errorfile PVS-Studio.log
|
- plog-converter -a "GA:1,2,3;64:1;OP:1,2;CS:1,2" -t errorfile PVS-Studio.log
|
||||||
|
|
||||||
@ -153,7 +153,7 @@ variables:
|
|||||||
tags: ['analyze']
|
tags: ['analyze']
|
||||||
script:
|
script:
|
||||||
- qmake
|
- qmake
|
||||||
- bear -- make -j$(nproc)
|
- bear -- make -k -j$(nproc)
|
||||||
- run-clang-tidy-14 -checks=-*,bugprone-*,clang-analyzer-*,misc-*,modernize-*,performance-*,portability-*
|
- run-clang-tidy-14 -checks=-*,bugprone-*,clang-analyzer-*,misc-*,modernize-*,performance-*,portability-*
|
||||||
|
|
||||||
.qmake-analyze-clazy:
|
.qmake-analyze-clazy:
|
||||||
@ -161,7 +161,7 @@ variables:
|
|||||||
tags: ['analyze']
|
tags: ['analyze']
|
||||||
script:
|
script:
|
||||||
- qmake
|
- qmake
|
||||||
- bear -- make -j$(nproc)
|
- bear -- make -k -j$(nproc)
|
||||||
- find . -name "*.cpp" -print0 | xargs -0 clazy-standalone --ignore-dirs=/usr -checks=level2 -p compile_commands.json
|
- find . -name "*.cpp" -print0 | xargs -0 clazy-standalone --ignore-dirs=/usr -checks=level2 -p compile_commands.json
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user