mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
Subject: [PATCH] New OpenSSL version for appveyor build!
This commit is contained in:
parent
080e6ddded
commit
0ea169c3c9
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ environment:
|
||||||
- LWS_METHOD: nossl
|
- LWS_METHOD: nossl
|
||||||
CMAKE_ARGS: -DLWS_WITH_SSL=OFF
|
CMAKE_ARGS: -DLWS_WITH_SSL=OFF
|
||||||
install:
|
install:
|
||||||
- appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-1_0_1j.exe
|
- appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-1_0_1L.exe
|
||||||
- Win32OpenSSL-1_0_1j.exe /silent /verysilent /sp- /suppressmsgboxes
|
- Win32OpenSSL-1_0_1L.exe /silent /verysilent /sp- /suppressmsgboxes
|
||||||
build:
|
build:
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue