Try to get latest boost lib
This commit is contained in:
parent
9635eb1e59
commit
daaeaf4a84
|
@ -4,10 +4,11 @@ compiler:
|
|||
- gcc
|
||||
before_install:
|
||||
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||
- sudo add-apt-repository ppa:boost-latest/ppa -y
|
||||
- sudo apt-get update -qq
|
||||
- if [ "$CXX" = "clang++" ]; then sudo apt-get install -y libstdc++-4.8-dev; fi
|
||||
- if [ "$CXX" = "g++" ]; then sudo apt-get install -y g++-4.8; fi
|
||||
- if [ "$CXX" = "g++" ]; then export CXX=g++-4.8; fi
|
||||
- sudo apt-get install -y libncursesw5-dev
|
||||
- sudo apt-get install -y libboost-all-dev
|
||||
- sudo apt-get install -y libboost-regex-dev
|
||||
script: cd src && make && make test
|
||||
|
|
Loading…
Reference in New Issue
Block a user