Drone CI build pipeline #101

Merged
glyph merged 16 commits from drone_ci_test into main 2022-04-15 09:05:10 +00:00
2 changed files with 1 additions and 11 deletions
Showing only changes of commit 9ad580b86f - Show all commits

View File

@ -8,6 +8,7 @@ steps:
- name: clippy
image: rust:buster
commands:
- rustup component add clippy
- cargo clippy --verbose --all
trigger:

View File

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