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:
|
2019-09-07 19:46:10 -07:00
|
|
|
- name: get rust
|
2019-09-07 14:58:51 -07:00
|
|
|
commands:
|
2019-09-07 19:31:48 -07:00
|
|
|
- rustup default nightly
|
2019-09-07 19:46:10 -07:00
|
|
|
- name: cargo build
|
|
|
|
commands:
|
2019-09-07 19:34:30 -07:00
|
|
|
- cargo build
|
2019-09-07 19:46:10 -07:00
|
|
|
- name: cargo test
|
|
|
|
commands:
|
2019-09-07 14:58:51 -07:00
|
|
|
- cargo test
|