mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
Fix Appveyor script
This commit is contained in:
@ -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:
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user