Hash : 26164a56 Author : Date : 2015-02-05T20:21:04
Forgot to install OpenSSL for appveyor
Download
1 2 3 4 5 6 7 8 9 10 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