added yaml file for CI

This commit is contained in:
Wyatt J. Miller 2020-11-24 17:20:16 +00:00
parent 2c42607635
commit 27134846b4

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
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