Turn off building windows installer, breaks everything
author=?UTF-8?q?Joakim=20S=C3=B6derberg?= <joakim.soderberg@gmail.com>
Thu, 25 Jun 2015 11:57:16 +0000 (13:57 +0200)
committerAndy Green <andy.green@linaro.org>
Mon, 12 Oct 2015 02:02:07 +0000 (10:02 +0800)
appveyor.yml

index 80e1f63..50caf86 100644 (file)
@@ -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: