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