From 26164a560dede8d177b7917ae810a0d87aac4877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B6derberg?= Date: Thu, 5 Feb 2015 20:21:04 +0100 Subject: [PATCH] Forgot to install OpenSSL for appveyor --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) 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