diff options
| author | Steven Fackler <[email protected]> | 2015-12-15 19:42:12 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-12-15 19:42:12 -0800 |
| commit | cf075d8e6b7f5849a40659f380a660dc226a9118 (patch) | |
| tree | 630ed9e2a3fcd047fd95a778977585803cd5a94a /appveyor.yml | |
| parent | Merge branch 'release-v0.7.1' into release (diff) | |
| parent | Release v0.7.2 (diff) | |
| download | rust-openssl-0.7.2.tar.xz rust-openssl-0.7.2.zip | |
Merge branch 'release-v0.7.2' into releasev0.7.2
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 31c41ee1..9cb9ae95 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,10 +8,10 @@ environment: - TARGET: x86_64-pc-windows-msvc BITS: 64 install: - - ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2d.exe" - - Win%BITS%OpenSSL-1_0_2d.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL" - - 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" + - ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2e.exe" + - Win%BITS%OpenSSL-1_0_2e.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 - SET PATH=%PATH%;C:\MinGW\bin - rustc -V |