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

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.
This commit is contained in:
Joakim Soderberg 2015-04-21 16:26:44 +02:00 committed by Andy Green
parent edcef320e5
commit 2efac178b8

View file

@ -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: