Skip to content

Commit

Permalink
Subject: [PATCH] Don't build installer on noserver build.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JoakimSoderberg authored and Andy Green committed Apr 22, 2015
1 parent edcef32 commit 2efac17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:
Expand Down

0 comments on commit 2efac17

Please sign in to comment.