Explicitly statically link on AppVeyor CI

This commit is contained in:
timvisee 2019-03-04 18:18:38 +01:00
parent ae2e64a181
commit dfe3b103b1
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -34,7 +34,7 @@ build_script:
# - cargo check --no-default-features --features send3 --verbose
# - cargo check --features no-color --verbose
# - cargo test --verbose
- set OPENSSL_STATIC=1
- set RUSTFLAGS=-Ctarget-feature=+crt-static
- cargo build --release --verbose
test: false