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:
|
install:
|
||||||
- appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-1_0_2a.exe
|
- appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-1_0_2a.exe
|
||||||
- Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes
|
- Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes
|
||||||
- cinst nsis
|
- cinst -y nsis
|
||||||
- SET PATH=C:\Program Files\NSIS\;%PATH%
|
- SET PATH=C:\Program Files\NSIS\;%PATH%
|
||||||
build:
|
build:
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ build_script:
|
||||||
after_build:
|
after_build:
|
||||||
- cd ..
|
- cd ..
|
||||||
- cd win32port
|
- cd win32port
|
||||||
- makensis -DVERSION=%APPVEYOR_BUILD_VERSION% libwebsockets.nsi
|
- IF NOT %LWS_METHOD% == "noserver" makensis -DVERSION=%APPVEYOR_BUILD_VERSION% libwebsockets.nsi
|
||||||
|
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue