mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 15:59:58 +08:00
Try to improve CI builds duration
Activate fast_finish on Travis Disable static build on AppVeyor
This commit is contained in:
parent
d44203116a
commit
382584d15b
@ -8,6 +8,7 @@ rust:
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
|
||||
|
@ -5,9 +5,9 @@ environment:
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
VCPKG_DEFAULT_TRIPLET: x64-windows
|
||||
VCPKGRS_DYNAMIC: 1
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
VCPKG_DEFAULT_TRIPLET: x64-windows-static
|
||||
RUSTFLAGS: -Ctarget-feature=+crt-static
|
||||
# - TARGET: x86_64-pc-windows-msvc
|
||||
# VCPKG_DEFAULT_TRIPLET: x64-windows-static
|
||||
# RUSTFLAGS: -Ctarget-feature=+crt-static
|
||||
install:
|
||||
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
- rustup-init.exe -y --default-host %TARGET%
|
||||
|
Loading…
Reference in New Issue
Block a user