Turn off building windows installer, breaks everything
This commit is contained in:
parent
a8c9a0e9a3
commit
12f557b21d
1 changed files with 5 additions and 4 deletions
|
@ -26,10 +26,11 @@ build_script:
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Release %CMAKE_ARGS% ..
|
- cmake -DCMAKE_BUILD_TYPE=Release %CMAKE_ARGS% ..
|
||||||
- cmake --build . --config Release
|
- cmake --build . --config Release
|
||||||
|
|
||||||
after_build:
|
# TODO: Keeps braking Windows build, should be rewritten using CPack properly instead...
|
||||||
- cd ..
|
#after_build:
|
||||||
- cd win32port
|
# - cd ..
|
||||||
- makensis -DVERSION=%APPVEYOR_BUILD_VERSION% libwebsockets.nsi
|
# - cd win32port
|
||||||
|
# - makensis -DVERSION=%APPVEYOR_BUILD_VERSION% libwebsockets.nsi
|
||||||
|
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue