Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Feb 17, 2024
1 parent d5882f3 commit 02d4c4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ 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/filesystem libs/atomic libs/system libs/interprocess libs/array libs/iterator libs/detail libs/exception libs/smart_ptr libs/mpl
- 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

- rm -rf %BOOST%/libs/%BOOST_LIBS_FOLDER%
- mv -f %APPVEYOR_BUILD_FOLDER% %BOOST%/libs/%BOOST_LIBS_FOLDER%
Expand Down

0 comments on commit 02d4c4c

Please sign in to comment.