forked from boostorg/smart_ptr
Remove CI fetch of functional.
This commit is contained in:
committed by
GitHub
parent
960741cb2e
commit
c33504189a
@ -12,7 +12,7 @@ if "%DRONE_BRANCH%" == "master" set BOOST_BRANCH=master
|
|||||||
cd ..
|
cd ..
|
||||||
git clone -b %BOOST_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/boostdep libs/functional
|
git submodule update --init tools/boostdep
|
||||||
xcopy /s /e /q %DRONE_BUILD_DIR% libs\%LIBRARY%\
|
xcopy /s /e /q %DRONE_BUILD_DIR% libs\%LIBRARY%\
|
||||||
python tools/boostdep/depinst/depinst.py %LIBRARY%
|
python tools/boostdep/depinst/depinst.py %LIBRARY%
|
||||||
cmd /c bootstrap
|
cmd /c bootstrap
|
||||||
|
Reference in New Issue
Block a user