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