Skip to content

Commit

Permalink
Autodetect stacktrace dependencies in Appveyor CI runs (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin authored Dec 22, 2024
1 parent 679bd84 commit 5ec4591
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions test/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ init:
# From this point and below code is same for all the Boost libs
###############################################################################################################

version: 1.84.{build}-{branch}
version: 1.88.{build}-{branch}

# branches to build
branches:
Expand Down Expand Up @@ -63,15 +63,10 @@ before_build:
- git clone -b %BOOST_BRANCH% --depth 10 https://github.com/boostorg/boost.git %BOOST%
- cd %BOOST%
- git submodule update --init --depth 10 tools/build tools/boostdep
libs/filesystem libs/atomic libs/system libs/interprocess libs/array
libs/iterator libs/detail libs/exception libs/smart_ptr libs/mpl
libs/align libs/container libs/tuple libs/intrusive libs/scope
libs/variant2 libs/preprocessor libs/io libs/concept_check
libs/function_types

- rm -rf %BOOST%/libs/%BOOST_LIBS_FOLDER%
- mv -f %APPVEYOR_BUILD_FOLDER% %BOOST%/libs/%BOOST_LIBS_FOLDER%
- python tools/boostdep/depinst/depinst.py --git_args "--depth 10 --jobs 2" %BOOST_LIBS_FOLDER%
- python tools/boostdep/depinst/depinst.py --include example --git_args "--depth 10 --jobs 2" %BOOST_LIBS_FOLDER%

build_script:
- cmd /c bootstrap
Expand Down

0 comments on commit 5ec4591

Please sign in to comment.