Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-08-06 14:25:05 +0300
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>2020-08-12 09:45:13 +0300
commit5116f4d2556b60aea8c198b11c59fe844dc266f6 (patch)
tree95a61fda98aa16ebf62e67a11063fc3ddc5f2a92 /.drone.yml
parentdb5c1862020c5909324cbe4a6bddafa7b295aa68 (diff)
Parallelize the clang-tidy runs
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
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