Skip to content

Commit 7355f36

Browse files
committed
Updated for b2 cmake support.
1 parent 6395013 commit 7355f36

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ install:
2424
- git submodule update --init tools/build
2525
- git submodule update --init libs/config
2626
- git submodule update --init tools/boostdep
27+
- git submodule update --init tools/boost_install
28+
- git submodule update --init libs/headers
2729
- cp -r $TRAVIS_BUILD_DIR/* libs/lambda
2830
- python tools/boostdep/depinst/depinst.py lambda
2931
- ./bootstrap.sh

appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ install:
2525
- git submodule update --init tools/build
2626
- git submodule update --init libs/config
2727
- git submodule update --init tools/boostdep
28+
- git submodule update --init tools/boost_install
29+
- git submodule update --init libs/headers
2830
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\lambda
2931
- python tools/boostdep/depinst/depinst.py lambda
3032
- bootstrap

0 commit comments

Comments
 (0)