diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..44e8fad --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +kind: pipeline +name: rust-1-65 +type: docker + +steps: +- name: test + image: rust:1.65 + commands: + - cargo build --verbose --all + - cargo test --verbose --all + +trigger: + branch: + - master