diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..155aace --- /dev/null +++ b/.drone.yml @@ -0,0 +1,19 @@ +--- +kind: pipeline +type: exec +name: test elseware + +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