Install boost program_options on travis CI
This commit is contained in:
parent
379b2c3e2a
commit
9a9a6ffd56
@ -22,7 +22,7 @@ install:
|
||||
- tar -xf boost.tar.bz2
|
||||
- cd boost_1_56_0
|
||||
# TODO We should use clang as toolchain for building boost when clang is used for building our code
|
||||
- ./bootstrap.sh --with-libraries=filesystem,thread,chrono
|
||||
- ./bootstrap.sh --with-libraries=filesystem,thread,chrono,program_options
|
||||
- sudo ./b2 -d0 install
|
||||
- cd ..
|
||||
- sudo rm -rf boost.tar.bz2 boost_1_56_0
|
||||
|
Loading…
x
Reference in New Issue
Block a user