diff --git a/appveyor.yml b/appveyor.yml index 15f38399..77604bb5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,11 +48,14 @@ build_script: after_build: - cd %APPVEYOR_BUILD_FOLDER% - mkdir staging + - mkdir staging\include - cp -r %APPVEYOR_BUILD_FOLDER%\build\bin %APPVEYOR_BUILD_FOLDER%\build\lib staging - if EXIST staging\bin\share mv staging\bin\share staging - if NOT EXIST staging\share\libwebsockets-test-server mkdir staging\share\libwebsockets-test-server - IF EXIST %APPVEYOR_BUILD_FOLDER%\build\libwebsockets-test-server.pem cp %APPVEYOR_BUILD_FOLDER%\build\libwebsockets-test-server.pem staging\share\libwebsockets-test-server - IF EXIST %APPVEYOR_BUILD_FOLDER%\build\libwebsockets-test-server.key.pem cp %APPVEYOR_BUILD_FOLDER%\build\libwebsockets-test-server.key.pem staging\share\libwebsockets-test-server + - IF EXIST %APPVEYOR_BUILD_FOLDER%\build\lws_config.h cp %APPVEYOR_BUILD_FOLDER%\build\lws_config.h staging\include + - IF EXIST %APPVEYOR_BUILD_FOLDER%\build\libwebsockets.h cp %APPVEYOR_BUILD_FOLDER%\build\libwebsockets.h staging\include - 7z a build\lws-%LWS_METHOD%.zip %APPVEYOR_BUILD_FOLDER%\staging\* artifacts: