From: Andy Green Date: Mon, 26 Sep 2016 22:47:33 +0000 (+0800) Subject: appveyor: get nsis from libwebsockets.org X-Git-Tag: submit/tizen/20160930.050355~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d8e9bec9b487aa30abba6356a59b5ce41752875;p=platform%2Fupstream%2Flibwebsockets.git appveyor: get nsis from libwebsockets.org --- diff --git a/appveyor.yml b/appveyor.yml index 826a6ca..a6b45fc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,8 @@ environment: install: - appveyor DownloadFile https://libwebsockets.org:444/Win32OpenSSL-1_0_2h.exe - Win32OpenSSL-1_0_2h.exe /silent /verysilent /sp- /suppressmsgboxes - - cinst -y nsis + - appveyor DownloadFile https://libwebsockets.org:444/nsis-3.0rc1-setup.exe + - cmd /c start /wait nsis-3.0rc1-setup.exe /S /D=C:\nsis - SET PATH=C:\Program Files\NSIS\;C:\Program Files (x86)\NSIS\;%PATH% build: