sqlite-clone/.drone.yml

10 lines
179 B
YAML
Raw Normal View History

2022-03-27 17:35:33 +02:00
kind: pipeline
type: docker
name: default
steps:
- name: build && test
image: rust:1.30
commands:
- cargo build --verbose --all
- cargo test --verbose --all