From 2efac178b81ec9b4e1d6e20e891a4790310c0b4e Mon Sep 17 00:00:00 2001 From: Joakim Soderberg Date: Tue, 21 Apr 2015 16:26:44 +0200 Subject: [PATCH] Subject: [PATCH] Don't build installer on noserver build. Building the installer like this is a bad idea... Better to move it into the CMakeLists.txt and be aware of what is being build and so on using CPack. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9393f37a03..ac35216306 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ environment: install: - appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-1_0_2a.exe - Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes - - cinst nsis + - cinst -y nsis - SET PATH=C:\Program Files\NSIS\;%PATH% build: @@ -29,7 +29,7 @@ build_script: after_build: - cd .. - cd win32port - - makensis -DVERSION=%APPVEYOR_BUILD_VERSION% libwebsockets.nsi + - IF NOT %LWS_METHOD% == "noserver" makensis -DVERSION=%APPVEYOR_BUILD_VERSION% libwebsockets.nsi artifacts: