From: Joakim Söderberg Date: Thu, 5 Feb 2015 19:21:04 +0000 (+0100) Subject: Forgot to install OpenSSL for appveyor X-Git-Tag: release-2.1.6-beta~94^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26164a560dede8d177b7917ae810a0d87aac4877;p=libevent Forgot to install OpenSSL for appveyor --- diff --git a/appveyor.yml b/appveyor.yml index 424d9c4d..71e91aa1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,11 @@ +install: + - appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-1_0_1L.exe + - Win32OpenSSL-1_0_1L.exe /silent /verysilent /sp- /suppressmsgboxes build_script: - md build - cd build - cmake .. - cmake --build . - ctest --output-on-failure +cache: + - C:\OpenSSL-Win32