mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Fix Appveyor script
This commit is contained in:
@ -11,6 +11,7 @@ Version 91:
|
||||
* Use Asio array optimization in static_buffer_base
|
||||
* Rename wstest source file
|
||||
* Use fopen_s on Windows
|
||||
* Fix Appveyor script
|
||||
|
||||
WebSocket:
|
||||
|
||||
|
@ -81,6 +81,7 @@ install:
|
||||
- git submodule update --init libs/type_index
|
||||
- git submodule update --init libs/typeof
|
||||
- git submodule update --init libs/unordered
|
||||
- rm -rf libs\beast
|
||||
- MKDIR libs\beast
|
||||
- XCOPY /s /e /q %APPVEYOR_BUILD_FOLDER% libs\beast\
|
||||
- CMD /c bootstrap
|
||||
|
Reference in New Issue
Block a user