From: Stephan Beyer Date: Mon, 6 Jul 2020 23:22:59 +0000 (+0200) Subject: Simplify clang-tidy invocation for Drone X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~103 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8e6d9401c7a77c8ed3c8a6075768f68443a0ea19;p=nextcloud-desktop.git Simplify clang-tidy invocation for Drone Symlinking and running bash is not necessary. Signed-off-by: Stephan Beyer --- 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