Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
parent
30688b5f1b
commit
e8a09427ae
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user