Update .drone.yml

This commit is contained in:
Harald Kube 2021-03-08 00:46:13 +01:00
parent b02f2517e7
commit ea4c9d6a76

View file

@ -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 .
# ---