libpso/.drone.yml

20 lines
249 B
YAML
Raw Normal View History

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