Only build static binary while testing

This commit is contained in:
timvisee 2019-03-07 21:16:03 +01:00
parent f7d69c8ab3
commit 644581caf0
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -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