garbage/.drone.yml
2021-09-07 05:40:56 -05:00

12 lines
132 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: rust
commands:
- ls
- cargo build
- cargo test