File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ install:
24
24
- git submodule update --init tools/build
25
25
- git submodule update --init libs/config
26
26
- git submodule update --init tools/boostdep
27
+ - git submodule update --init tools/boost_install
28
+ - git submodule update --init libs/headers
27
29
- cp -r $TRAVIS_BUILD_DIR/* libs/lambda
28
30
- python tools/boostdep/depinst/depinst.py lambda
29
31
- ./bootstrap.sh
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ install:
25
25
- git submodule update --init tools/build
26
26
- git submodule update --init libs/config
27
27
- git submodule update --init tools/boostdep
28
+ - git submodule update --init tools/boost_install
29
+ - git submodule update --init libs/headers
28
30
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\lambda
29
31
- python tools/boostdep/depinst/depinst.py lambda
30
32
- bootstrap
You can’t perform that action at this time.
0 commit comments