mirror of
https://github.com/boostorg/boost_install.git
synced 2026-01-19 04:02:13 +00:00
Fix branch in .yml files
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user