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