Skip to content

Commit

Permalink
Remove clang-tidy from .drone.yml.
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 696bfe9 commit 2a632cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
45 changes: 0 additions & 45 deletions .clang-tidy

This file was deleted.

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 2a632cf

Please sign in to comment.