Initial drone build config.
This commit is contained in:
9
.drone.yaml
Normal file
9
.drone.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: rtiow
|
||||
image: ruste
|
||||
commands:
|
||||
- cd rtiow && cargo test
|
||||
- cd rtiow && cargo build
|
||||
Reference in New Issue
Block a user