diff options
| author | Steven Fackler <[email protected]> | 2016-03-17 09:04:26 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-03-17 09:04:26 -0700 |
| commit | a2ac6767e2368f2a9418759b7b6368116e42d63e (patch) | |
| tree | b6db66e52d071d18f886b491d815ca7f9fdf526d /appveyor.yml | |
| parent | Merge branch 'release-v0.7.6' into release (diff) | |
| parent | Release v0.7.7 (diff) | |
| download | rust-openssl-0.7.7.tar.xz rust-openssl-0.7.7.zip | |
Merge branch 'release-v0.7.7' into releasev0.7.7
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index d0c304d9..fff3cff7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,11 +5,11 @@ environment: matrix: - TARGET: i686-pc-windows-gnu BITS: 32 - - TARGET: x86_64-pc-windows-msvc - BITS: 64 +# - TARGET: x86_64-pc-windows-msvc +# BITS: 64 install: - - ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2f.exe" - - Win%BITS%OpenSSL-1_0_2f.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL" + - ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2g.exe" + - Win%BITS%OpenSSL-1_0_2g.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL" - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.5.0-${env:TARGET}.exe" - rust-1.5.0-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin |