Compare commits

...

3 Commits

Author SHA1 Message Date
Justine Pelletreau
13d725769c Merge branch 'main' of ssh://docker.sq.lan:3022/Rust/Portnut
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-14 02:00:03 +02:00
Justine Pelletreau
38cbe9aa56 drone 2023-07-14 01:59:47 +02:00
Justine Pelletreau
c96027578a drone
'
2023-07-14 01:54:14 +02:00

View File

@ -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: