From 175763e77357c5dedb048fe805e35a3ab81633b3 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Tue, 25 Jul 2017 11:16:08 -0700 Subject: [PATCH] Update appveyor for Boost branch --- CHANGELOG.md | 6 ++++++ appveyor.yml | 14 ++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff60611b..5f2cf96b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Version 87: + +* Update appveyor for Boost branch + +-------------------------------------------------------------------------------- + Version 86: * Boost prep diff --git a/appveyor.yml b/appveyor.yml index b8aab6aa..60520cae 100644 --- a/appveyor.yml +++ b/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