diff options
author | Alex Crichton <alex@alexcrichton.com> | 2018-04-14 08:03:31 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2018-04-14 08:03:39 -0700 |
commit | cd43ab91f3943ab972eedd2f9db3eb90add543d8 (patch) | |
tree | 1371832a67959db7cf6eefe3b4e8b1a5b38931fa /appveyor.yml | |
parent | 64b9fb2ee08e4f00f40525485da556eec86b493a (diff) | |
download | ssh2-rs-cd43ab91f3943ab972eedd2f9db3eb90add543d8.zip |
Trim tests on Windows CI
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2eb1e54..ff2a76e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,14 +1,7 @@ environment: matrix: - - TARGET: x86_64-pc-windows-gnu - MSYS_BITS: 64 - - TARGET: i686-pc-windows-gnu - MSYS_BITS: 32 - TARGET: x86_64-pc-windows-msvc - TARGET: i686-pc-windows-msvc - - TARGET: x86_64-pc-windows-msvc - RUSTFLAGS: -Ctarget-feature=+crt-static - VCPKG_DEFAULT_TRIPLET: x64-windows-static install: - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe" - rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" @@ -19,7 +12,7 @@ install: - if defined VCPKG_DEFAULT_TRIPLET git clone https://github.com/Microsoft/vcpkg c:\projects\vcpkg - if defined VCPKG_DEFAULT_TRIPLET c:\projects\vcpkg\bootstrap-vcpkg.bat - if defined VCPKG_DEFAULT_TRIPLET set VCPKG_ROOT=c:\projects\vcpkg - - if defined VCPKG_DEFAULT_TRIPLET echo yes > %VCPKG_ROOT%\Downloads\AlwaysAllowDownloads + - if defined VCPKG_DEFAULT_TRIPLET echo yes > %VCPKG_ROOT%\Downloads\AlwaysAllowDownloads - if defined VCPKG_DEFAULT_TRIPLET %VCPKG_ROOT%\vcpkg.exe install libssh2 build: false |