From: Kevin Ottens Date: Thu, 6 Aug 2020 11:25:05 +0000 (+0200) Subject: Parallelize the clang-tidy runs X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~22^2~238^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5116f4d2556b60aea8c198b11c59fe844dc266f6;p=nextcloud-desktop.git Parallelize the clang-tidy runs Signed-off-by: Kevin Ottens --- diff --git a/.drone.yml b/.drone.yml index 9c479d696..b8a3d0f18 100644 --- a/.drone.yml +++ b/.drone.yml @@ -77,7 +77,7 @@ steps: - name: build path: /drone/build commands: - - "! run-clang-tidy-10 -p /drone/build -header-filter $PWD -quiet | grep -A 5 ': error:'" + - "! run-clang-tidy-10 -j$(nproc) -p /drone/build -header-filter $PWD -quiet | grep -A 5 ': error:'" volumes: - name: build