minecrab/.drone.yml

10 lines
122 B
YAML
Raw Normal View History

kind: pipeline
type: docker
name: frontend
steps:
2021-06-02 22:10:31 +00:00
- name: build
image: rust:slim
commands:
2021-06-02 22:10:31 +00:00
- cargo build