add drone ci config with clippy for amd64

This commit is contained in:
glyph 2022-04-06 10:32:12 +02:00
parent 169149d607
commit cf64cd9c76
1 changed files with 11 additions and 0 deletions

11
peach-web/.drone.yml Normal file
View File

@ -0,0 +1,11 @@
kind: pipeline
name: test-on-amd64
platform:
arch: amd64
steps:
- name: clippy
image: rust:buster
commands:
- cargo clippy --verbose --all