summaryrefslogtreecommitdiff
path: root/buildkite.yml
diff options
context:
space:
mode:
authormokou <mokou@posteo.de>2020-04-08 11:54:23 +0200
committerfmoko <mokou@posteo.net>2020-04-08 12:08:37 +0200
commitb049fa2c84dba0f0c8906ac44e28fd45fba51a71 (patch)
treefd2aa3fdecf6ccfe85e4d153ffc9d68d044e6593 /buildkite.yml
parent052f0aa7d4265875a7fb0c60a85b768e48e5a539 (diff)
feat(ci): add buildkite config
Diffstat (limited to 'buildkite.yml')
-rw-r--r--buildkite.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildkite.yml b/buildkite.yml
new file mode 100644
index 0000000..91a0753
--- /dev/null
+++ b/buildkite.yml
@@ -0,0 +1,5 @@
+steps:
+ - label: "Test with stable"
+ command: rustup run stable cargo test
+ - label: "Test with beta"
+ command: rustup run beta cargo test