mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 18:35:19 +00:00
Update OpenSSL version for Appveyor
This commit is contained in:
parent
f08771ccea
commit
1a32c3b93f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user