Move to cppcheck 2.7 and bump default threads to 2
This commit is contained in:
parent
2651682be9
commit
baf62457a3
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -127,7 +127,7 @@ jobs:
|
|||||||
CC: gcc
|
CC: gcc
|
||||||
# This is required to use a version of cppcheck other than that
|
# This is required to use a version of cppcheck other than that
|
||||||
# supplied with the operating system
|
# supplied with the operating system
|
||||||
CPPCHECK_VER: 2.6
|
CPPCHECK_VER: 2.7
|
||||||
CPPCHECK_REPO: https://github.com/danmar/cppcheck.git
|
CPPCHECK_REPO: https://github.com/danmar/cppcheck.git
|
||||||
steps:
|
steps:
|
||||||
# This is currently the only way to get a version into
|
# This is currently the only way to get a version into
|
||||||
|
@ -48,7 +48,7 @@ fi
|
|||||||
|
|
||||||
# Any options/directories specified?
|
# Any options/directories specified?
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
set -- .
|
set -- -j 2 .
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Display the cppcheck version and command for debugging
|
# Display the cppcheck version and command for debugging
|
||||||
|
Loading…
Reference in New Issue
Block a user