Skip to content

Commit 5ec4591

Browse files
authored
Autodetect stacktrace dependencies in Appveyor CI runs (#199)
1 parent 679bd84 commit 5ec4591

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

test/appveyor.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ init:
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
2727
branches:
@@ -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

7671
build_script:
7772
- cmd /c bootstrap

0 commit comments

Comments
 (0)