Update drone config
This commit is contained in:
parent
a550f19d99
commit
2dce7a0fdd
1 changed files with 15 additions and 9 deletions
20
.drone.yml
20
.drone.yml
|
|
@ -1,17 +1,23 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
- name: preview
|
||||
image: rust:1.50-slim
|
||||
commands:
|
||||
- cargo build
|
||||
- env
|
||||
- pwd
|
||||
- ls
|
||||
- ls -a /
|
||||
# - name: build
|
||||
# image: rust:1.50-slim
|
||||
# commands:
|
||||
# - cargo build
|
||||
|
||||
- name: test
|
||||
image: rust:1.50-slim
|
||||
commands:
|
||||
- cargo test
|
||||
# - name: test
|
||||
# image: rust:1.50-slim
|
||||
# commands:
|
||||
# - cargo test
|
||||
|
||||
# kind: pipeline
|
||||
# type: exec
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue