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 e2515d3 commit 745926aCopy full SHA for 745926a
.travis.yml
@@ -10,9 +10,9 @@ before_install:
10
install:
11
- cd $BOOST_ROOT/boost_1_55_0
12
- ./bootstrap.sh
13
- - ./b2 --prefix=$BOOST_ROOT install
+ - ./b2 --prefix=$BOOST_ROOT toolset=$CC 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=$CC -DCMAKE_CXX_COMPILER=$CXX -DBOOST_ROOT=$BOOST_ROOT .
16
script:
17
- make
18
- make test
0 commit comments