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: Version 86:
* Boost prep * Boost prep

View File

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