Update OpenSSL version for Appveyor

This commit is contained in:
Nobuaki Sukegawa 2015-12-05 02:38:41 +09:00
parent f08771ccea
commit 1a32c3b93f

View File

@ -40,8 +40,8 @@ install:
- cmake --build . --config release
- cd ..
# OpenSSL
- appveyor DownloadFile https://slproweb.com/download/Win64OpenSSL-1_0_2d.exe
- ps: Start-Process Win64OpenSSL-1_0_2d.exe -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes" -Wait
- appveyor DownloadFile https://slproweb.com/download/Win64OpenSSL-1_0_2e.exe
- ps: Start-Process Win64OpenSSL-1_0_2e.exe -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes" -Wait
# Libevent
- appveyor DownloadFile https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz
- 7z x libevent-2.0.22-stable.tar.gz -so | 7z x -si -ttar