copy-pasto

This commit is contained in:
David Renshaw 2015-02-16 09:13:29 -05:00
parent 6fafd065be
commit 0e33e0908d

View file

@ -14,8 +14,6 @@ install:
- tar zxf capnproto-c++-0.5.1.tar.gz
- cd capnproto-c++-0.5.1
- ./configure && make -j5 && sudo make install && cd ..
- cd capnproto-c++-0.5.1 && ./configure && make -j5 && sudo make install && cd ..
script:
- make CXX=g++-4.8 CXX_FLAGS="-std=c++11 -I/usr/local/include -L/usr/local/lib -lcapnp -lkj"
- make addressbook