mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2025-04-25 16:23:03 +02:00
Merge pull request 'add -y flag' (#21) from mingw-gcc into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/21
This commit is contained in:
commit
99686e8330
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ steps:
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
commands:
|
commands:
|
||||||
- rustup target add x86_64-pc-windows-gnu
|
- rustup target add x86_64-pc-windows-gnu
|
||||||
- apt install gcc-mingw-w64-x86-64:w
|
- apt install gcc-mingw-w64-x86-64 -y
|
||||||
- cargo build --target=x86_64-pc-windows-gnu --release
|
- cargo build --target=x86_64-pc-windows-gnu --release
|
||||||
- strip target/x86_64-pc-windows-gnu/release/fj.exe
|
- strip target/x86_64-pc-windows-gnu/release/fj.exe
|
||||||
zip:
|
zip:
|
||||||
|
|
Loading…
Add table
Reference in a new issue