@ -0,0 +1,19 @@
---
kind: pipeline
type: exec
name: test libpso
platform:
os: linux
arch: amd64
steps:
- name: get rust
commands:
- rustup default nightly
- name: cargo build
- cargo build
- name: cargo test
- cargo test