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
|
||||
- set APPVEYOR_REPO_TAG_NAME=v0.2.23
|
||||
|
||||
# Build dynamic release binary
|
||||
- cargo build --release --features no-color --verbose
|
||||
- copy .\target\release\ffsend.exe .\ffsend-%TARGET%.exe
|
||||
# TODO: re-enable after debugging
|
||||
# # Build dynamic release binary
|
||||
# - cargo build --release --features no-color --verbose
|
||||
# - copy .\target\release\ffsend.exe .\ffsend-%TARGET%.exe
|
||||
|
||||
# Build static release binary
|
||||
- set RUSTFLAGS=-Ctarget-feature=+crt-static
|
||||
|
|
Loading…
Reference in a new issue