mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-05-03 23:51:15 +03:00
vc static runtime cargo flags
This commit is contained in:
parent
4487b37a26
commit
3ba3ac2217
2 changed files with 13 additions and 9 deletions
4
.cargo/config
Normal file
4
.cargo/config
Normal 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"]
|
18
.travis.yml
18
.travis.yml
|
@ -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]};
|
||||
|
|
Loading…
Add table
Reference in a new issue