11 lines
202 B
YAML
11 lines
202 B
YAML
|
kind: pipeline
|
||
|
name: build
|
||
|
|
||
|
steps:
|
||
|
- name: build
|
||
|
image: rustlang/rust:nightly
|
||
|
commands:
|
||
|
- cargo install bootimage
|
||
|
- rustup component add llvm-tools-preview
|
||
|
- cargo bootimage
|