1
0
forked from boostorg/mp11

Merge branch 'develop' into feature/mpl

This commit is contained in:
Peter Dimov
2017-07-18 16:55:11 +03:00
2 changed files with 5 additions and 2 deletions

View File

@@ -296,8 +296,9 @@ matrix:
env: TOOLSET=clang COMPILER=clang++ CXXSTD=c++1z env: TOOLSET=clang COMPILER=clang++ CXXSTD=c++1z
install: install:
- BOOST_BRANCH=develop && [ "$TRAVIS_BRANCH" == "master" ] && BOOST_BRANCH=master || true
- cd .. - cd ..
- git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root - git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
- cd boost-root - cd boost-root
- git submodule update --init tools/build - git submodule update --init tools/build
- git submodule update --init libs/config - git submodule update --init libs/config

View File

@@ -22,8 +22,10 @@ environment:
TOOLSET: msvc-14.1 TOOLSET: msvc-14.1
install: install:
- set BOOST_BRANCH=develop
- if "%APPVEYOR_REPO_BRANCH%" == "master" set BOOST_BRANCH=master
- cd .. - cd ..
- git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root - git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
- cd boost-root - cd boost-root
- git submodule update --init tools/build - git submodule update --init tools/build
- git submodule update --init libs/config - git submodule update --init libs/config