add ci
This commit is contained in:
parent
a365f92b63
commit
573963172f
19
.drone.yml
Normal file
19
.drone.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
|
name: test elseware
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: get rust
|
||||||
|
commands:
|
||||||
|
- rustup default nightly
|
||||||
|
- name: cargo build
|
||||||
|
commands:
|
||||||
|
- cargo build
|
||||||
|
- name: cargo test
|
||||||
|
commands:
|
||||||
|
- cargo test
|
Loading…
x
Reference in New Issue
Block a user