diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..887b161 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +kind: pipeline +name: build + +steps: + - name: build + image: rustlang/rust:nightly + commands: + - cargo install bootimage + - rustup component add llvm-tools-preview + - rustup component add rust-src + - cargo bootimage