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:
parent
edcef320e5
commit
2efac178b8
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue