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 283771f commit e2515d3Copy full SHA for e2515d3
.travis.yml
@@ -12,7 +12,7 @@ install:
12
- ./bootstrap.sh
13
- ./b2 --prefix=$BOOST_ROOT install
14
15
-before_script: cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DBOOST_ROOT=$BOOST_ROOT
+before_script: cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DBOOST_ROOT=$BOOST_ROOT .
16
script:
17
- make
18
- make test
0 commit comments