Skip to content

Commit 45d12f1

Browse files
committed
[CMake/CI] Clone additional transitive dependencies
1 parent 634fa68 commit 45d12f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,13 @@ matrix:
3131
env: TOOLSET=gcc COMPILER=g++ CXXSTD=03
3232

3333
- os: linux
34-
env: TEST_CMAKE=true
34+
env: TEST_CMAKE=true # unused - just for identification in travis ci gui
3535
script:
36+
- git submodule update --init tools/cmake
37+
- git submodule update --init libs/typeof
38+
- git submodule update --init libs/conversion
39+
- git submodule update --init libs/function_types
40+
- git submodule update --init libs/fusion
3641
- mkdir __build__
3742
- cd __build__
3843
- cmake .. -DBOOST_ENABLE_CMAKE=ON -DBOOST_REGEX_INCLUDE_EXAMPLES=ON

0 commit comments

Comments
 (0)