Skip to content

Commit

Permalink
Remove clang-tidy from .dron.eyml.
Browse files Browse the repository at this point in the history
It is being replaced by GH actions.

Signed-off-by: Camila <hello@camila.codes>
  • Loading branch information
Camila committed Oct 3, 2022
1 parent 2366370 commit d00b675
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ steps:
- useradd -m -s /bin/bash test
- chown -R test:test .
- su -c 'ASAN_OPTIONS=detect_leaks=0 xvfb-run ctest --output-on-failure' test
- name: clang-tidy
image: ghcr.io/nextcloud/continuous-integration-client:client-5.15-10
volumes:
- name: build
path: /drone/build
commands:
- "! run-clang-tidy-10 -j$(nproc) -p /drone/build -header-filter $PWD -quiet | grep -A 5 ': error:'"

volumes:
- name: build
Expand Down

0 comments on commit d00b675

Please sign in to comment.