Fix branch in .yml files

This commit is contained in:
Peter Dimov
2018-12-19 07:39:10 +02:00
parent b7cd6aed91
commit cd2369b486
2 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ matrix:
- env: LIB=wave
install:
- BOOST_BRANCH=feature/cmake-config
- BOOST_BRANCH=develop && [ "$TRAVIS_BRANCH" == "master" ] && BOOST_BRANCH=master || true
- cd ..
- git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
- cd boost-root

View File

@@ -29,7 +29,8 @@ environment:
- LIB: wave
install:
- set BOOST_BRANCH=feature/cmake-config
- 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