diff --git a/.drone.yaml b/.drone.yaml new file mode 100644 index 0000000..b3a8e08 --- /dev/null +++ b/.drone.yaml @@ -0,0 +1,9 @@ +kind: pipeline +name: default + +steps: +- name: rtiow + image: ruste + commands: + - cd rtiow && cargo test + - cd rtiow && cargo build