Skip to content

Commit

Permalink
add drone config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMacNaughton committed Oct 4, 2018
1 parent f218116 commit 48abe33
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
matrix:
RUST_VERSION:
- stable
- beta
- nightly

pipeline:
build:
image: liuchong/rustup:${RUST_VERSION}
commands:
- cargo fetch
- cargo build --test --release
test:
image: liuchong/rustup:${RUST_VERSION}
commands:
- cargo test --release

0 comments on commit 48abe33

Please sign in to comment.