Skip to content

Commit 887a43f

Browse files
committed
build dir fix
1 parent 745926a commit 887a43f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ install:
1111
- cd $BOOST_ROOT/boost_1_55_0
1212
- ./bootstrap.sh
1313
- ./b2 --prefix=$BOOST_ROOT toolset=$CC install
14+
- cd -
1415

15-
before_script: cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=$CC -DCMAKE_CXX_COMPILER=$CXX -DBOOST_ROOT=$BOOST_ROOT .
16+
before_script:
17+
- cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=$CC -DCMAKE_CXX_COMPILER=$CXX
1618
script:
1719
- make
1820
- make test

0 commit comments

Comments
 (0)