add drone ci config with clippy for amd64
This commit is contained in:
11
peach-web/.drone.yml
Normal file
11
peach-web/.drone.yml
Normal 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
|
Reference in New Issue
Block a user