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:
authorStephan Beyer <s-beyer@gmx.net>2020-07-07 02:22:59 +0300
committerKevin Ottens <ervin@ipsquad.net>2020-07-08 15:08:41 +0300
commit8e6d9401c7a77c8ed3c8a6075768f68443a0ea19 (patch)
treec971a1e207bdac1ba6ac28e60a7f08d780ff2b59 /.drone.yml
parent2492e241ac1b22cfbdbcb97739e9365fba69ac22 (diff)
Simplify clang-tidy invocation for Drone
Symlinking and running bash is not necessary. Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 78b525637..96c75c1fa 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -89,9 +89,7 @@ steps:
chown -R test:test . &&
su -c 'ASAN_OPTIONS=detect_leaks=0 ctest --output-on-failure' test"
# Static analysis with clang-tidy
- - /bin/bash -c "
- ln -s build/compile_commands.json . &&
- run-clang-tidy-6.0"
+ - run-clang-tidy-6.0 -p build
trigger:
branch:
- master