Skip to content

Commit 0fd7f80

Browse files
committed
Install assert, bind, core in appveyor.yml
1 parent bf9ace6 commit 0fd7f80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: appveyor.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ install:
3232
- cd boost-root
3333
- git submodule update --init tools/build
3434
- git submodule update --init libs/config
35+
- git submodule update --init libs/assert
36+
- git submodule update --init libs/bind
37+
- git submodule update --init libs/core
3538
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% tools\boostdep\
3639
- pushd tools\boostdep\test && cmake -E tar xf utf8-test.zip & popd
3740
- dir tools\boostdep\test

0 commit comments

Comments
 (0)