mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 16:35:04 +01:00
Bump C++ Cap'n Proto version for travis builds
This commit is contained in:
parent
dbbf92a83f
commit
358d9c8930
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue