소스 검색

Adds Travis Cl support to test the code automatically.

Feng Xiao 11 년 전
부모
커밋
0c7f6241e5
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .travis.yml
  2. 2 0
      README.md

+ 4 - 0
.travis.yml

@@ -0,0 +1,4 @@
+language: cpp
+script: ./autogen.sh && ./configure && make distcheck
+notifications:
+  email: false

+ 2 - 0
README.md

@@ -1,6 +1,8 @@
 Protocol Buffers - Google's data interchange format
 ===================================================
 
+[![Build Status](https://travis-ci.org/google/protobuf.svg?branch=master)](https://travis-ci.org/google/protobuf)
+
 Copyright 2008 Google Inc.
 
 https://developers.google.com/protocol-buffers/