garbage/.drone.yml

12 lines
125 B
YAML
Raw Normal View History

2021-09-07 05:08:41 -05:00
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: rust
commands:
- cargo build
2021-09-07 05:22:42 -05:00
- cargo test