Fix Appveyor branch handling

This commit is contained in:
Peter Dimov
2020-01-05 06:48:21 +02:00
parent 6c350c6fc3
commit 0332a793f5

View File

@ -32,14 +32,16 @@ environment:
build: off
install:
- set BOOST_BRANCH=develop
- if "%APPVEYOR_REPO_BRANCH%" == "master" set BOOST_BRANCH=master
- cd ..
- git clone -b %APPVEYOR_REPO_BRANCH% 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
- git submodule update --init tools/boostdep
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\preprocessor\
- python tools/boostdep/depinst/depinst.py preprocessor
- bootstrap
- b2 headers
- b2 -d0 headers
for:
-