From 4019a592958e94fa0a12a1e556e346c5f291f5f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B6derberg?= Date: Thu, 25 Jun 2015 13:57:16 +0200 Subject: [PATCH] Turn off building windows installer, breaks everything --- appveyor.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 80e1f633e..50caf86b1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: