Bump capnproto version in travis config.
This commit is contained in:
parent
3652dba280
commit
d3fdf4d17d
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ install:
|
|||
- sudo apt-get install g++-4.8 gcc-4.8
|
||||
- export CC=gcc-4.8
|
||||
- export CXX=g++-4.8
|
||||
- curl -O https://capnproto.org/capnproto-c++-0.5.2.tar.gz
|
||||
- tar zxf capnproto-c++-0.5.2.tar.gz
|
||||
- cd capnproto-c++-0.5.2
|
||||
- curl -O https://capnproto.org/capnproto-c++-0.5.3.tar.gz
|
||||
- tar zxf capnproto-c++-0.5.3.tar.gz
|
||||
- cd capnproto-c++-0.5.3
|
||||
- ./configure && make -j5 && sudo make install && cd ..
|
||||
script:
|
||||
- make CXX=g++-4.8 CXX_FLAGS="-std=c++11 -I/usr/local/include -L/usr/local/lib -lcapnp -lkj"
|
||||
|
|
Loading…
Reference in a new issue