Update appveyor for Boost branch

This commit is contained in:
Vinnie Falco
2017-07-25 11:16:08 -07:00
parent 9003cf5f0b
commit 175763e773
2 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,9 @@
Version 87:
* Update appveyor for Boost branch
--------------------------------------------------------------------------------
Version 86:
* Boost prep

View File

@ -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