move drone config to repo root and add triggers
continuous-integration/drone/push Build is failing Details

This commit is contained in:
glyph 2022-04-06 10:36:10 +02:00
parent cf64cd9c76
commit a76ec08da6
1 changed files with 17 additions and 0 deletions

17
.drone.yml Normal file
View File

@ -0,0 +1,17 @@
kind: pipeline
name: test-on-amd64
platform:
arch: amd64
steps:
- name: clippy
image: rust:buster
commands:
- cargo clippy --verbose --all
trigger:
event:
include:
- push
- pull_request