mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Hah! trusty comes with gcc-4.8 already
This commit is contained in:
parent
89185c0bf7
commit
57270414ea
@ -26,13 +26,12 @@ install:
|
||||
- git checkout tags/v1.0.0
|
||||
- cd ..
|
||||
- g++ --version
|
||||
- cmake --version
|
||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
||||
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
&& sudo add-apt-repository -y ppa:apokluda/boost1.53
|
||||
&& sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
|
||||
&& sudo apt-get update
|
||||
&& sudo apt-cache madison cmake
|
||||
&& sudo apt-get install g++-4.8 libboost1.53-dev --no-install-recommends -y
|
||||
&& sudo apt-get install cmake -y
|
||||
;
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user