Delete .drone.yml

This commit is contained in:
Wyatt J. Miller 2020-12-08 17:04:41 -05:00 committed by GitHub
parent 16ea603a0e
commit 15c4847e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +0,0 @@
kind: pipeline
name: build-arm
platform:
os: linux
arch: arm
steps:
- name: test
image: rust:1.47
commands:
- cargo build --release --verbose
- cargo test --verbose