garbage/.drone.yml

13 lines
132 B
YAML
Raw Normal View History

2021-09-07 10:08:41 +00:00
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: rust
commands:
2021-09-07 10:40:56 +00:00
- ls
2021-09-07 10:08:41 +00:00
- cargo build
2021-09-07 10:22:42 +00:00
- cargo test