File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 2121# From this point and below code is same for all the Boost libs
2222# ##############################################################################################################
2323
24- version : 1.84 .{build}-{branch}
24+ version : 1.88 .{build}-{branch}
2525
2626# branches to build
2727branches :
@@ -63,15 +63,10 @@ before_build:
6363 - git clone -b %BOOST_BRANCH% --depth 10 https://github.com/boostorg/boost.git %BOOST%
6464 - cd %BOOST%
6565 - git submodule update --init --depth 10 tools/build tools/boostdep
66- libs/filesystem libs/atomic libs/system libs/interprocess libs/array
67- libs/iterator libs/detail libs/exception libs/smart_ptr libs/mpl
68- libs/align libs/container libs/tuple libs/intrusive libs/scope
69- libs/variant2 libs/preprocessor libs/io libs/concept_check
70- libs/function_types
7166
7267 - rm -rf %BOOST%/libs/%BOOST_LIBS_FOLDER%
7368 - mv -f %APPVEYOR_BUILD_FOLDER% %BOOST%/libs/%BOOST_LIBS_FOLDER%
74- - python tools/boostdep/depinst/depinst.py --git_args "--depth 10 --jobs 2" %BOOST_LIBS_FOLDER%
69+ - python tools/boostdep/depinst/depinst.py --include example -- git_args "--depth 10 --jobs 2" %BOOST_LIBS_FOLDER%
7570
7671build_script :
7772 - cmd /c bootstrap
You can’t perform that action at this time.
0 commit comments