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 61cf977 commit d8e1f80Copy full SHA for d8e1f80
.travis.yml
@@ -8,8 +8,9 @@ before_install:
8
- mkdir -p $BOOST_ROOT
9
- curl -s http://cznic.dl.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.bz2|tar xfj - -C $BOOST_ROOT
10
install:
11
- - (cd $BOOST_ROOT; ./bootstrap.sh)
12
- - (cd $BOOST_ROOT; ./b2 --prefix=$PWD install)
+ - cd $BOOST_ROOT
+ - ./bootstrap.sh
13
+ - ./b2 --prefix=$PWD install
14
15
before_script: cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DBOOST_ROOT=$BOOST_ROOT
16
script:
0 commit comments