mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Only build static binary while testing
This commit is contained in:
parent
f7d69c8ab3
commit
644581caf0
1 changed files with 4 additions and 3 deletions
|
@ -52,9 +52,10 @@ build_script:
|
||||||
# TODO: remove after debugging
|
# TODO: remove after debugging
|
||||||
- set APPVEYOR_REPO_TAG_NAME=v0.2.23
|
- set APPVEYOR_REPO_TAG_NAME=v0.2.23
|
||||||
|
|
||||||
# Build dynamic release binary
|
# TODO: re-enable after debugging
|
||||||
- cargo build --release --features no-color --verbose
|
# # Build dynamic release binary
|
||||||
- copy .\target\release\ffsend.exe .\ffsend-%TARGET%.exe
|
# - cargo build --release --features no-color --verbose
|
||||||
|
# - copy .\target\release\ffsend.exe .\ffsend-%TARGET%.exe
|
||||||
|
|
||||||
# Build static release binary
|
# Build static release binary
|
||||||
- set RUSTFLAGS=-Ctarget-feature=+crt-static
|
- set RUSTFLAGS=-Ctarget-feature=+crt-static
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue