Re: [PATCH] travis/gitlab/azure: Run cppcheck in parallel

2020-04-11 Thread Tom Rini
On Sun, Apr 05, 2020 at 02:35:43PM -0600, Simon Glass wrote: > This takes ages to run single-threaded. Adjust it to use all available > processors. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH] travis/gitlab/azure: Run cppcheck in parallel

2020-04-05 Thread Simon Glass
This takes ages to run single-threaded. Adjust it to use all available processors. Signed-off-by: Simon Glass --- .azure-pipelines.yml | 2 +- .gitlab-ci.yml | 2 +- .travis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines.yml