JuliOS/.drone.yml

12 lines
240 B
YAML
Raw Normal View History

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