Install boost program_options on travis CI

This commit is contained in:
Sebastian Messmer 2016-02-11 19:54:52 +01:00
parent 379b2c3e2a
commit 9a9a6ffd56

View File

@ -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