mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 08:12:06 +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:
@@ -448,7 +448,7 @@ matrix:
|
||||
# static code analysis with cppcheck (we can add --enable=all later)
|
||||
- name: "cppcheck"
|
||||
script:
|
||||
- cppcheck --force --quiet --inline-suppr .
|
||||
- cppcheck -j$(nproc) --force --quiet --inline-suppr .
|
||||
# build HTML documentation
|
||||
- name: "htmldocs"
|
||||
script:
|
||||
|
Reference in New Issue
Block a user