Update travis build to use libcapnp v0.5.2

This commit is contained in:
Jason Paryani
2015-03-10 00:33:36 -07:00
parent cfbd3d31fa
commit 55ca927ab1

View File

@@ -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 sudo update-alternatives --quiet --set gcc /usr/bin/gcc-4.8
if ! [ -z "${BUILD_CAPNP}" ]; then if ! [ -z "${BUILD_CAPNP}" ]; then
wget https://capnproto.org/capnproto-c++-0.5.1.tar.gz && tar xzvf capnproto-c++-0.5.1.tar.gz && cd capnproto-c++-0.5.1 && ./configure && make -j6 check && sudo make install && sudo ldconfig && cd .. wget https://capnproto.org/capnproto-c++-0.5.2.tar.gz && tar xzvf capnproto-c++-0.5.2.tar.gz && cd capnproto-c++-0.5.2 && ./configure && make -j6 check && sudo make install && sudo ldconfig && cd ..
fi fi