drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Justine Pelletreau 2023-07-14 02:11:50 +02:00
parent 13d725769c
commit 47f6e1c206

View File

@ -20,6 +20,7 @@ steps:
- cargo build --release - cargo build --release
- rustup target add x86_64-pc-windows-gnu - rustup target add x86_64-pc-windows-gnu
- rustup toolchain install stable-x86_64-pc-windows-gnu - rustup toolchain install stable-x86_64-pc-windows-gnu
- apt update
- apt install -yy mingw-w64 - apt install -yy mingw-w64
- cargo build --target x86_64-pc-windows-gnu --release - cargo build --target x86_64-pc-windows-gnu --release
environment: environment: