1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00

appveyor: make zip artifact

This commit is contained in:
Andy Green 2017-02-10 07:37:35 +08:00
parent 31c5130802
commit 807313b157

View file

@ -39,15 +39,17 @@ build_script:
- cmake --build . --config Release - cmake --build . --config Release
# TODO: Keeps breaking Windows build, should be rewritten using CPack properly instead... # TODO: Keeps breaking Windows build, should be rewritten using CPack properly instead...
#after_build: after_build:
- 7z a lws.zip %APPVEYOR_BUILD_FOLDER%\build\lib\Release\websockets.lib %APPVEYOR_BUILD_FOLDER%\build\lib\Release\websockets.exp %APPVEYOR_BUILD_FOLDER%\build\bin\Release\websockets.dll %APPVEYOR_BUILD_FOLDER%\lib\libwebsockets.h %APPVEYOR_BUILD_FOLDER%\build\lws_config.h %APPVEYOR_BUILD_FOLDER%\build\bin\Release\*.exe
# - cd .. # - cd ..
# - cd win32port # - cd win32port
# - makensis -DVERSION=%APPVEYOR_BUILD_VERSION% libwebsockets.nsi # - makensis -DVERSION=%APPVEYOR_BUILD_VERSION% libwebsockets.nsi
artifacts: artifacts:
- name: Installer - path: lws.zip
path: 'win32port/libwebsockets-*-install.exe' name: lws.zip
type: Zip
cache: cache:
- C:\OpenSSL-Win32 - C:\OpenSSL-Win32