mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
update appveyor to get win openssl from own server
slproweb is down Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
11f27345d2
commit
758d97fa10
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ environment:
|
|||
- LWS_METHOD: nossl
|
||||
CMAKE_ARGS: -DLWS_WITH_SSL=OFF
|
||||
install:
|
||||
- appveyor DownloadFile https://slproweb.com/download/Win32OpenSSL-1_0_2d.exe
|
||||
- appveyor DownloadFile https://libwebsockets.org/Win32OpenSSL-1_0_2d.exe
|
||||
- Win32OpenSSL-1_0_2d.exe /silent /verysilent /sp- /suppressmsgboxes
|
||||
- cinst -y nsis
|
||||
- SET PATH=C:\Program Files\NSIS\;C:\Program Files (x86)\NSIS\;%PATH%
|
||||
|
|
Loading…
Add table
Reference in a new issue