Skip to content

Commit 745926a

Browse files
committed
toolset fix
1 parent e2515d3 commit 745926a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ before_install:
1010
install:
1111
- cd $BOOST_ROOT/boost_1_55_0
1212
- ./bootstrap.sh
13-
- ./b2 --prefix=$BOOST_ROOT install
13+
- ./b2 --prefix=$BOOST_ROOT toolset=$CC install
1414

15-
before_script: cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DBOOST_ROOT=$BOOST_ROOT .
15+
before_script: cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=$CC -DCMAKE_CXX_COMPILER=$CXX -DBOOST_ROOT=$BOOST_ROOT .
1616
script:
1717
- make
1818
- make test

0 commit comments

Comments
 (0)