bump capnproto C++ runtime to version 0,8.0 in travis CI

This commit is contained in:
Vaci Koblizek 2020-11-09 21:25:19 +00:00
parent 0ff819702d
commit b1be88d3c9

View file

@ -15,9 +15,9 @@ addons:
- g++-7
install:
- curl -O https://capnproto.org/capnproto-c++-0.7.0.tar.gz
- tar zxf capnproto-c++-0.7.0.tar.gz
- cd capnproto-c++-0.7.0
- curl -O https://capnproto.org/capnproto-c++-0.8.0.tar.gz
- tar zxf capnproto-c++-0.8.0.tar.gz
- cd capnproto-c++-0.8.0
- ./configure --prefix=$HOME CC=gcc-7 CXX=g++-7
- make -j3
- make install