maybe fix travis
This commit is contained in:
parent
d2ed9e5df2
commit
c3f39801ca
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ install:
|
||||||
- cd capnproto/c++
|
- cd capnproto/c++
|
||||||
- ./setup-autotools.sh
|
- ./setup-autotools.sh
|
||||||
- autoreconf -i
|
- autoreconf -i
|
||||||
- ./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"
|
||||||
- make addressbook
|
- make addressbook
|
||||||
|
|
Loading…
Reference in a new issue