upgrade travis config to use new release of Cap'n Proto

This commit is contained in:
David Renshaw 2015-03-02 19:43:17 -05:00
parent df1812c7eb
commit 05ee85b375

View file

@ -10,9 +10,9 @@ install:
- sudo apt-get install g++-4.8 gcc-4.8 - sudo apt-get install g++-4.8 gcc-4.8
- export CC=gcc-4.8 - export CC=gcc-4.8
- export CXX=g++-4.8 - export CXX=g++-4.8
- curl -O https://capnproto.org/capnproto-c++-0.5.1.tar.gz - curl -O https://capnproto.org/capnproto-c++-0.5.1.1.tar.gz
- tar zxf capnproto-c++-0.5.1.tar.gz - tar zxf capnproto-c++-0.5.1.1.tar.gz
- cd capnproto-c++-0.5.1 - cd capnproto-c++-0.5.1.1
- ./configure && make -j5 && sudo make install && cd .. - ./configure && make -j5 && sudo make install && cd ..
script: script:
- make CXX=g++-4.8 CXX_FLAGS="-std=c++11 -I/usr/local/include -L/usr/local/lib -lcapnp -lkj" - make CXX=g++-4.8 CXX_FLAGS="-std=c++11 -I/usr/local/include -L/usr/local/lib -lcapnp -lkj"