upgrade openssl for appveyor

This commit is contained in:
Y. T. Chung
2017-02-18 00:12:14 +08:00
parent 77368c4aed
commit c4f0aa06e5

View File

@@ -6,18 +6,19 @@ environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
BITS: 64
OPENSSL_VERSION: 1_1_0b
OPENSSL_VERSION: 1_1_0e
MSYS2: 1
# - TARGET: i686-pc-windows-msvc
# BITS: 32
# OPENSSL_VERSION: 1_1_0b
- TARGET: i686-pc-windows-gnu
BITS: 32
OPENSSL_VERSION: 1_1_0b
OPENSSL_VERSION: 1_1_0e
MSYS2: 1
install:
- ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-${env:OPENSSL_VERSION}.exe"
- Win%BITS%OpenSSL-%OPENSSL_VERSION%.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"
- ps: Start-FileDownload "https://curl.haxx.se/ca/cacert.pem" -FileName "C:\OpenSSL\cacert.pem"
# Install Rust
- curl -sSf -o rustup-init.exe https://win.rustup.rs/