drone
'
This commit is contained in:
parent
f825702feb
commit
c96027578a
@ -18,6 +18,9 @@ steps:
|
|||||||
image: rust:latest
|
image: rust:latest
|
||||||
commands:
|
commands:
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
|
- rustup target add x86_64-pc-windows-gnu
|
||||||
|
- rustup toolchain install stable-x86_64-pc-windows-gnu
|
||||||
|
- cargo build --target x86_64-pc-windows-gnu --release
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
include:
|
include:
|
||||||
@ -32,6 +35,7 @@ steps:
|
|||||||
note: This is an automated release
|
note: This is an automated release
|
||||||
files:
|
files:
|
||||||
- ./target/release/portnut
|
- ./target/release/portnut
|
||||||
|
- ./target/x86_64-pc-windows-gnu/release/portnut.exe
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
include:
|
include:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user