mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
travis/gitlab/azure: Run cppcheck in parallel
This takes ages to run single-threaded. Adjust it to use all available processors. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -103,7 +103,7 @@ cppcheck:
|
||||
tags: [ 'all' ]
|
||||
stage: testsuites
|
||||
script:
|
||||
- cppcheck --force --quiet --inline-suppr .
|
||||
- cppcheck -j$(nproc) --force --quiet --inline-suppr .
|
||||
|
||||
# search for TODO within source tree
|
||||
grep TODO/FIXME/HACK:
|
||||
|
Reference in New Issue
Block a user