oops
This commit is contained in:
parent
7b5b7f399c
commit
0c903828a0
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ install:
|
|||
- sudo apt-get install g++-4.8
|
||||
- curl -O https://capnproto.org/capnproto-c++-0.4.1.tar.gz
|
||||
- tar zxf capnproto-c++-0.4.1.tar.gz
|
||||
- export CC=gcc-4.7
|
||||
- export CXX=g++-4.7
|
||||
- export CC=gcc-4.8
|
||||
- export CXX=g++-4.8
|
||||
- cd capnproto-c++-0.4.1 && ./configure && make -j5 && sudo make install
|
||||
script: make
|
||||
|
|
Loading…
Reference in a new issue