mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-14 06:49:35 -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:
|
build_script:
|
||||||
- md build
|
- md build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
- ctest --output-on-failure
|
- ctest --output-on-failure
|
||||||
|
cache:
|
||||||
|
- C:\OpenSSL-Win32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user