added yaml file for CI
This commit is contained in:
parent
2c42607635
commit
27134846b4
13
.drone.yml
Normal file
13
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user