Repository: thrift Updated Branches: refs/heads/master f08771cce -> a6ab1f5e6
Update OpenSSL version for Appveyor Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/1a32c3b9 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/1a32c3b9 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/1a32c3b9 Branch: refs/heads/master Commit: 1a32c3b93fb8fc5c48d7fe8ee22398b073d812d6 Parents: f08771c Author: Nobuaki Sukegawa <[email protected]> Authored: Sat Dec 5 02:38:41 2015 +0900 Committer: Nobuaki Sukegawa <[email protected]> Committed: Sat Dec 5 11:27:41 2015 +0900 ---------------------------------------------------------------------- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/1a32c3b9/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml index 13afbff..711654e 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -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
