From f00c3b009f9dc6a50006f4e4811683f19e764763 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Mon, 29 Jun 2020 19:18:10 +0200 Subject: Add support for Cap'n Proto for the c++ language Cap'n Proto is a 'cerialization protocol' similar to protobuf: https://capnproto.org/index.html This patch mainly focuses on the c++ support for the capnp protocol keeping in mind the possibility to add other languages later. Change-Id: Ib19a9df1f45f2787503197791ac597d06cc45e9d Reviewed-by: Christian Kandeler --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0840ae82c..ed7c56491 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,6 +89,7 @@ jobs: addons: homebrew: packages: + - capnp - ccache - grpc - icoutils -- cgit v1.2.3