[gmime] Added CI with Travis CI



commit d4dd2c59e20cb1f8e74c7472a0af4b735b4b8fe7
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date:   Fri Mar 3 09:15:52 2017 -0500

    Added CI with Travis CI

 .travis.yml |    6 ++++++
 README.md   |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..a5fd5fa
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: c
+compiler:
+  - gcc
+script:
+  - ./autogen.sh
+  - ./configure --disable-mono && make && make check
diff --git a/README.md b/README.md
index b080407..e6eb463 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # GMime
 
+[![Build 
Status](https://travis-ci.org/jstedfast/gmime.svg)](https://travis-ci.org/jstedfast/gmime)[![Coverity Scan 
Build 
Status](https://scan.coverity.com/projects/11948/badge.svg)](https://scan.coverity.com/projects/jstedfast-gmime)
+
 ## What is GMime?
 
 GMime is a C/C++ library which may be used for the creation and parsing of messages using the Multipurpose


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]