feat(ci): add CI
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
Julien CLEMENT 2021-11-28 05:47:18 +01:00
parent 30688b5f1b
commit da214c47ed

11
.drone.yml Normal file
View File

@ -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