We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634fa68 commit 45d12f1Copy full SHA for 45d12f1
.travis.yml
@@ -31,8 +31,13 @@ matrix:
31
env: TOOLSET=gcc COMPILER=g++ CXXSTD=03
32
33
- os: linux
34
- env: TEST_CMAKE=true
+ env: TEST_CMAKE=true # unused - just for identification in travis ci gui
35
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
41
- mkdir __build__
42
- cd __build__
43
- cmake .. -DBOOST_ENABLE_CMAKE=ON -DBOOST_REGEX_INCLUDE_EXAMPLES=ON
0 commit comments