Skip to content
Snippets Groups Projects
Verified Commit ebbc823b authored by Louis's avatar Louis :fire:
Browse files

Use cross build for windows binary

parent c9e958dd
No related branches found
No related tags found
No related merge requests found
Pipeline #718 failed with stages
in 2 minutes and 19 seconds
image: "cr.weirdboi.dev/base/rust:1-82-node-22"
image: "cr.weirdboi.dev/base/rust:latest"
services:
- docker:dind
stages:
- test
......@@ -60,7 +62,7 @@ build-windows:
- .cargo/bin/
- target/
script:
- cargo build --release --target x86_64-pc-windows-gnu
- cross build --release --target x86_64-pc-windows-gnu
artifacts:
expire_in: 1 day
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment