mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-13 22:37:42 -04:00
Merge pull request #214 from JoakimSoderberg/appveyor
Forgot to install OpenSSL for appveyor
This commit is contained in:
commit
d59113a443
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user