this too
This commit is contained in:
parent
0c903828a0
commit
e8b88a0485
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ before_install:
|
||||||
- yes | sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
- yes | sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install g++-4.8
|
- sudo apt-get install g++-4.8 gcc-4.8
|
||||||
- curl -O https://capnproto.org/capnproto-c++-0.4.1.tar.gz
|
- curl -O https://capnproto.org/capnproto-c++-0.4.1.tar.gz
|
||||||
- tar zxf capnproto-c++-0.4.1.tar.gz
|
- tar zxf capnproto-c++-0.4.1.tar.gz
|
||||||
- export CC=gcc-4.8
|
- export CC=gcc-4.8
|
||||||
|
|
Loading…
Reference in a new issue