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
|
kind: pipeline
|
||||||
type: exec
|
name: default
|
||||||
name: toolchain
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: test
|
||||||
|
image: rust:1.50-slim
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- cargo test
|
||||||
- ls -lh
|
|
||||||
|
# kind: pipeline
|
||||||
|
# type: exec
|
||||||
|
# name: toolchain
|
||||||
|
|
||||||
|
# steps:
|
||||||
|
# - name: build
|
||||||
|
# commands:
|
||||||
|
# - pwd
|
||||||
|
# - ls -lh
|
||||||
# - docker build -t drone_rust:1.50-musl .
|
# - docker build -t drone_rust:1.50-musl .
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue