mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
Update appveyor for Boost branch
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
Version 87:
|
||||
|
||||
* Update appveyor for Boost branch
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Version 86:
|
||||
|
||||
* Boost prep
|
||||
|
14
appveyor.yml
14
appveyor.yml
@ -16,11 +16,11 @@ configuration:
|
||||
- Release
|
||||
|
||||
install:
|
||||
- cd ..
|
||||
- git clone https://github.com/boostorg/boost.git boost
|
||||
- cd boost
|
||||
# - git checkout boost-1.64.0
|
||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\beast\
|
||||
- SET BOOST_BRANCH=develop
|
||||
- IF "%APPVEYOR_REPO_BRANCH%" == "master" SET BOOST_BRANCH=master
|
||||
- CD ..
|
||||
- git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||
- cd boost-root
|
||||
- git submodule update --init tools/build
|
||||
- git submodule update --init tools/boostdep
|
||||
- git submodule update --init libs/config
|
||||
@ -88,7 +88,9 @@ install:
|
||||
- git submodule update --init libs/unordered
|
||||
- git submodule update --init libs/utility
|
||||
- git submodule update --init libs/winapi
|
||||
- bootstrap
|
||||
- MKDIR libs\beast
|
||||
- XCOPY /s /e /q %APPVEYOR_BUILD_FOLDER% libs\beast\
|
||||
- CMD /c bootstrap
|
||||
- b2 headers
|
||||
|
||||
build: off
|
||||
|
Reference in New Issue
Block a user