From 14ee2581bdcaba85a0c3a61f8d1527e5425ed84c Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sat, 22 Mar 2025 10:58:00 +0300 Subject: [PATCH] Fix Appveyor CI runs (#14) --- test/appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/appveyor.yml b/test/appveyor.yml index 39bbbd7..c948cb0 100644 --- a/test/appveyor.yml +++ b/test/appveyor.yml @@ -61,11 +61,11 @@ before_build: - set BOOST=C:/boost-local - 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/unordered # Boost.TypeIndex examples need Boost.Unordered + - git submodule update --init --depth 10 tools/build tools/boostdep - 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 examples --git_args "--depth 10 --jobs 2" %BOOST_LIBS_FOLDER% build_script: - cmd /c bootstrap