Adds Travis Cl support to test the code automatically.
This commit is contained in:
parent
ed52203481
commit
0c7f6241e5
2 changed files with 6 additions and 0 deletions
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
language: cpp
|
||||
script: ./autogen.sh && ./configure && make distcheck
|
||||
notifications:
|
||||
email: false
|
|
@ -1,6 +1,8 @@
|
|||
Protocol Buffers - Google's data interchange format
|
||||
===================================================
|
||||
|
||||
[](https://travis-ci.org/google/protobuf)
|
||||
|
||||
Copyright 2008 Google Inc.
|
||||
|
||||
https://developers.google.com/protocol-buffers/
|
||||
|
|
Loading…
Add table
Reference in a new issue