mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
Turn off building windows installer, breaks everything
This commit is contained in:
parent
0a0b9a6d02
commit
4019a59295
1 changed files with 5 additions and 4 deletions
|
@ -26,10 +26,11 @@ build_script:
|
|||
- cmake -DCMAKE_BUILD_TYPE=Release %CMAKE_ARGS% ..
|
||||
- cmake --build . --config Release
|
||||
|
||||
after_build:
|
||||
- cd ..
|
||||
- cd win32port
|
||||
- makensis -DVERSION=%APPVEYOR_BUILD_VERSION% libwebsockets.nsi
|
||||
# TODO: Keeps braking Windows build, should be rewritten using CPack properly instead...
|
||||
#after_build:
|
||||
# - cd ..
|
||||
# - cd win32port
|
||||
# - makensis -DVERSION=%APPVEYOR_BUILD_VERSION% libwebsockets.nsi
|
||||
|
||||
|
||||
artifacts:
|
||||
|
|
Loading…
Add table
Reference in a new issue