From 5ec45912dafb4e8b4115644a3a683ed5cfdfdc9d Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sun, 22 Dec 2024 18:47:19 +0300 Subject: [PATCH] Autodetect stacktrace dependencies in Appveyor CI runs (#199) --- test/appveyor.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/test/appveyor.yml b/test/appveyor.yml index 6043574..889749e 100644 --- a/test/appveyor.yml +++ b/test/appveyor.yml @@ -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: @@ -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