minecrab/.drone.yml

10 lines
129 B
YAML
Raw Permalink Normal View History

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