libpso/.drone.yml

16 lines
183 B
YAML
Raw Normal View History

2019-09-07 14:58:51 -07:00
---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: cargo test
commands:
2019-09-07 19:31:48 -07:00
- rustup default nightly
2019-09-07 19:34:30 -07:00
- cargo build
2019-09-07 14:58:51 -07:00
- cargo test