Merge pull request #214 from JoakimSoderberg/appveyor

Forgot to install OpenSSL for appveyor
This commit is contained in:
Nick Mathewson 2015-02-05 15:24:55 -05:00
commit d59113a443

View File

@ -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