Merge branch 'drone_ci' of jake/libpso into master

This commit is contained in:
jake 2019-09-07 23:07:37 -04:00 committed by Gogs
commit ecbd67e8d1

19
.drone.yml Normal file
View File

@ -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
commands:
- cargo build
- name: cargo test
commands:
- cargo test