Delete .drone.yml
This commit is contained in:
parent
16ea603a0e
commit
15c4847e77
13
.drone.yml
13
.drone.yml
@ -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
|
Loading…
Reference in New Issue
Block a user