Update .drone.yml
This commit is contained in:
parent
c12175fa45
commit
bb2bb4e94b
1 changed files with 7 additions and 0 deletions
|
|
@ -1,6 +1,13 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: rust:1.50-slim
|
||||||
|
commands:
|
||||||
|
- cargo build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: rust:1.50-slim
|
image: rust:1.50-slim
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue