From 97ae54d2ddaea8283f38047639489a965b0d7280 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Fri, 21 Jun 2019 20:52:15 -0700 Subject: [PATCH] Initial drone build config. --- .drone.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yaml 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