feat(ci): update ci with new toolchain
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
parent
30c103a6b3
commit
fafe05c251
@ -5,10 +5,8 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: rustlang/rust:nightly
|
image: rustlang/rust:nightly
|
||||||
commands:
|
commands:
|
||||||
- cargo install bootimage
|
|
||||||
- rustup component add llvm-tools-preview
|
|
||||||
- rustup component add rust-src
|
- rustup component add rust-src
|
||||||
- cargo bootimage
|
- make
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
@ -16,6 +14,6 @@ steps:
|
|||||||
api_key:
|
api_key:
|
||||||
from_secret: api_key
|
from_secret: api_key
|
||||||
base_url: http://gitea_web_1:3000
|
base_url: http://gitea_web_1:3000
|
||||||
files: target/x86_64-julios/debug/bootimage-julios.bin
|
files: julios.iso
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
Loading…
Reference in New Issue
Block a user