vc static runtime cargo flags

This commit is contained in:
yeastplume 2019-02-26 09:42:37 +00:00
parent 4487b37a26
commit 3ba3ac2217
No known key found for this signature in database
GPG key ID: AE6E005DF6E76B95
2 changed files with 13 additions and 9 deletions

4
.cargo/config Normal file
View file

@ -0,0 +1,4 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]

View file

@ -40,16 +40,16 @@ env:
matrix:
include:
- os: linux
env: TEST_SUITE=integration
- os: linux
env: TEST_SUITE=config-libwallet-apiwallet
- os: linux
env: TEST_SUITE=refwallet-.
- os: osx
env: TEST_SUITE=release
# - os: windows
# - os: linux
# env: TEST_SUITE=integration
# - os: linux
# env: TEST_SUITE=config-libwallet-apiwallet
# - os: linux
# env: TEST_SUITE=refwallet-.
# - os: osx
# env: TEST_SUITE=release
- os: windows
env: TEST_SUITE=release
script:
- IFS='-' read -r -a DIRS <<< "$TEST_SUITE"; DIR=${DIRS[0]};