test server status no ssl include time header
[platform/upstream/libwebsockets.git] / appveyor.yml
index d69d758..ccf0582 100644 (file)
@@ -14,9 +14,10 @@ environment:
     - LWS_METHOD: nossl
       CMAKE_ARGS: -DLWS_WITH_SSL=OFF
 install:
-  - appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-1_0_2.exe
-  - Win32OpenSSL-1_0_2.exe /silent /verysilent /sp- /suppressmsgboxes
-  - cinst nsis
+  - appveyor DownloadFile https://slproweb.com/download/Win32OpenSSL-1_0_2f.exe
+  - Win32OpenSSL-1_0_2f.exe /silent /verysilent /sp- /suppressmsgboxes
+  - cinst -y nsis
+  - SET PATH=C:\Program Files\NSIS\;C:\Program Files (x86)\NSIS\;%PATH%
 build:
 
 build_script:
@@ -25,10 +26,11 @@ build_script:
   - cmake -DCMAKE_BUILD_TYPE=Release %CMAKE_ARGS% ..
   - cmake --build . --config Release
 
-after_build:
-  - cd ..
-  - cd win32port
-  - C:\Program Files\NSIS\makensis.exe -DVERSION=%APPVEYOR_BUILD_VERSION% libwebsockets.nsi'
+# TODO: Keeps breaking Windows build, should be rewritten using CPack properly instead...
+#after_build:
+#  - cd ..
+#  - cd win32port
+#  - makensis -DVERSION=%APPVEYOR_BUILD_VERSION% libwebsockets.nsi
 
 
 artifacts:
@@ -38,3 +40,5 @@ artifacts:
 cache:
   - C:\OpenSSL-Win32
 
+matrix:
+  fast_finish: true