add drone ci config with clippy for amd64

This commit is contained in:
2022-04-06 10:32:12 +02:00
parent 169149d607
commit cf64cd9c76

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