feat(ci): add release ci
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
da214c47ed
commit
db7650220a
10
.drone.yml
10
.drone.yml
@ -9,3 +9,13 @@ steps:
|
|||||||
- rustup component add llvm-tools-preview
|
- rustup component add llvm-tools-preview
|
||||||
- rustup component add rust-src
|
- rustup component add rust-src
|
||||||
- cargo bootimage
|
- cargo bootimage
|
||||||
|
|
||||||
|
- name: release
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
api_key:
|
||||||
|
from_secret: api_key
|
||||||
|
base_url: http;//gitea_web_1:3000
|
||||||
|
files: target/x86_64-julios/debug/bootimage-julios.bin
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
Loading…
Reference in New Issue
Block a user