Update .drone.yml
This commit is contained in:
parent
b02f2517e7
commit
ea4c9d6a76
1 changed files with 14 additions and 5 deletions
19
.drone.yml
19
.drone.yml
|
|
@ -1,12 +1,21 @@
|
|||
kind: pipeline
|
||||
type: exec
|
||||
name: toolchain
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
- name: test
|
||||
image: rust:1.50-slim
|
||||
commands:
|
||||
- pwd
|
||||
- ls -lh
|
||||
- cargo test
|
||||
|
||||
# kind: pipeline
|
||||
# type: exec
|
||||
# name: toolchain
|
||||
|
||||
# steps:
|
||||
# - name: build
|
||||
# commands:
|
||||
# - pwd
|
||||
# - ls -lh
|
||||
# - docker build -t drone_rust:1.50-musl .
|
||||
|
||||
# ---
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue