garbage/.drone.yml
2021-09-07 05:22:42 -05:00

11 lines
125 B
YAML

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