1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

appveyor update 1.0.2g

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2016-03-17 08:57:33 +08:00
parent 5960158958
commit e32c0ba29b

View file

@ -14,8 +14,8 @@ environment:
- LWS_METHOD: nossl
CMAKE_ARGS: -DLWS_WITH_SSL=OFF
install:
- appveyor DownloadFile https://slproweb.com/download/Win32OpenSSL-1_0_2f.exe
- Win32OpenSSL-1_0_2f.exe /silent /verysilent /sp- /suppressmsgboxes
- appveyor DownloadFile https://slproweb.com/download/Win32OpenSSL-1_0_2g.exe
- Win32OpenSSL-1_0_2g.exe /silent /verysilent /sp- /suppressmsgboxes
- cinst -y nsis
- SET PATH=C:\Program Files\NSIS\;C:\Program Files (x86)\NSIS\;%PATH%
build: