Skip to content

Commit 14ee258

Browse files
authored
Fix Appveyor CI runs (#14)
1 parent 3f72edd commit 14ee258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ before_build:
6161
- set BOOST=C:/boost-local
6262
- git clone -b %BOOST_BRANCH% --depth 10 https://github.com/boostorg/boost.git %BOOST%
6363
- cd %BOOST%
64-
- git submodule update --init --depth 10 tools/build tools/boostdep libs/unordered # Boost.TypeIndex examples need Boost.Unordered
64+
- git submodule update --init --depth 10 tools/build tools/boostdep
6565

6666
- rm -rf %BOOST%/libs/%BOOST_LIBS_FOLDER%
6767
- mv -f %APPVEYOR_BUILD_FOLDER% %BOOST%/libs/%BOOST_LIBS_FOLDER%
68-
- python tools/boostdep/depinst/depinst.py --git_args "--depth 10 --jobs 2" %BOOST_LIBS_FOLDER%
68+
- python tools/boostdep/depinst/depinst.py --include examples --git_args "--depth 10 --jobs 2" %BOOST_LIBS_FOLDER%
6969

7070
build_script:
7171
- cmd /c bootstrap

0 commit comments

Comments
 (0)