Fix Appveyor script

This commit is contained in:
Vinnie Falco
2017-07-28 08:19:56 -07:00
parent 6ab9bd2780
commit 90cba35f38
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Version 91:
* Use Asio array optimization in static_buffer_base * Use Asio array optimization in static_buffer_base
* Rename wstest source file * Rename wstest source file
* Use fopen_s on Windows * Use fopen_s on Windows
* Fix Appveyor script
WebSocket: WebSocket:

View File

@ -81,6 +81,7 @@ install:
- git submodule update --init libs/type_index - git submodule update --init libs/type_index
- git submodule update --init libs/typeof - git submodule update --init libs/typeof
- git submodule update --init libs/unordered - git submodule update --init libs/unordered
- rm -rf libs\beast
- MKDIR libs\beast - MKDIR libs\beast
- XCOPY /s /e /q %APPVEYOR_BUILD_FOLDER% libs\beast\ - XCOPY /s /e /q %APPVEYOR_BUILD_FOLDER% libs\beast\
- CMD /c bootstrap - CMD /c bootstrap