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 21
21
# From this point and below code is same for all the Boost libs
22
22
# ##############################################################################################################
23
23
24
- version : 1.84 .{build}-{branch}
24
+ version : 1.88 .{build}-{branch}
25
25
26
26
# branches to build
27
27
branches :
@@ -63,15 +63,10 @@ before_build:
63
63
- git clone -b %BOOST_BRANCH% --depth 10 https://github.com/boostorg/boost.git %BOOST%
64
64
- cd %BOOST%
65
65
- 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
71
66
72
67
- rm -rf %BOOST%/libs/%BOOST_LIBS_FOLDER%
73
68
- 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%
75
70
76
71
build_script :
77
72
- cmd /c bootstrap
You can’t perform that action at this time.
0 commit comments