Bump C++ Cap'n Proto version for travis builds
This commit is contained in:
@@ -9,5 +9,5 @@ sudo update-alternatives --quiet --install /usr/bin/gcc gcc /usr/bin/gcc-4.8
|
||||
sudo update-alternatives --quiet --set gcc /usr/bin/gcc-4.8
|
||||
|
||||
if ! [ -z "${BUILD_CAPNP}" ]; then
|
||||
wget https://capnproto.org/capnproto-c++-0.4.1.tar.gz && tar xzvf capnproto-c++-0.4.1.tar.gz && cd capnproto-c++-0.4.1 && ./configure && make -j6 check && sudo make install && sudo ldconfig && cd ..
|
||||
wget https://capnproto.org/capnproto-c++-0.5.0.tar.gz && tar xzvf capnproto-c++-0.5.0.tar.gz && cd capnproto-c++-0.5.0 && ./configure && make -j6 check && sudo make install && sudo ldconfig && cd ..
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user