File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,11 @@ before_build:
6161 - set BOOST=C:/boost-local
6262 - git clone -b %BOOST_BRANCH% --depth 10 https://github.com/boostorg/boost.git %BOOST%
6363 - cd %BOOST%
64- - git submodule update --init --depth 10 tools/build tools/boostdep libs/unordered # Boost.TypeIndex examples need Boost.Unordered
64+ - git submodule update --init --depth 10 tools/build tools/boostdep
6565
6666 - rm -rf %BOOST%/libs/%BOOST_LIBS_FOLDER%
6767 - mv -f %APPVEYOR_BUILD_FOLDER% %BOOST%/libs/%BOOST_LIBS_FOLDER%
68- - python tools/boostdep/depinst/depinst.py --git_args "--depth 10 --jobs 2" %BOOST_LIBS_FOLDER%
68+ - python tools/boostdep/depinst/depinst.py --include examples -- git_args "--depth 10 --jobs 2" %BOOST_LIBS_FOLDER%
6969
7070build_script :
7171 - cmd /c bootstrap
You can’t perform that action at this time.
0 commit comments