Compare commits
3 Commits
86e099f4cd
...
13d725769c
Author | SHA1 | Date | |
---|---|---|---|
|
13d725769c | ||
|
38cbe9aa56 | ||
|
c96027578a |
@ -18,6 +18,12 @@ steps:
|
||||
image: rust:latest
|
||||
commands:
|
||||
- cargo build --release
|
||||
- rustup target add x86_64-pc-windows-gnu
|
||||
- rustup toolchain install stable-x86_64-pc-windows-gnu
|
||||
- apt install -yy mingw-w64
|
||||
- cargo build --target x86_64-pc-windows-gnu --release
|
||||
environment:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
when:
|
||||
event:
|
||||
include:
|
||||
@ -32,6 +38,7 @@ steps:
|
||||
note: This is an automated release
|
||||
files:
|
||||
- ./target/release/portnut
|
||||
- ./target/x86_64-pc-windows-gnu/release/portnut.exe
|
||||
when:
|
||||
event:
|
||||
include:
|
||||
|
Loading…
x
Reference in New Issue
Block a user