diff options
| author | mokou <mokou@posteo.de> | 2020-04-08 11:54:23 +0200 |
|---|---|---|
| committer | fmoko <mokou@posteo.net> | 2020-04-08 12:08:37 +0200 |
| commit | b049fa2c84dba0f0c8906ac44e28fd45fba51a71 (patch) | |
| tree | fd2aa3fdecf6ccfe85e4d153ffc9d68d044e6593 /buildkite.yml | |
| parent | 052f0aa7d4265875a7fb0c60a85b768e48e5a539 (diff) | |
feat(ci): add buildkite config
Diffstat (limited to 'buildkite.yml')
| -rw-r--r-- | buildkite.yml | 5 |
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 |
