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 5e5b670 commit 61cf977Copy full SHA for 61cf977
.travis.yml
@@ -4,7 +4,9 @@ compiler:
4
- clang
5
env: BOOST_ROOT=$TRAVIS_BUILD_DIR/../boost
6
7
-before_install: curl -s http://cznic.dl.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.bz2|tar xfj - -C $BOOST_ROOT
+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)
0 commit comments