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