From 244c3f220ba3c73cf59b6b17bd2baeb2409693a8 Mon Sep 17 00:00:00 2001 From: Mike Tzou Date: Fri, 25 Aug 2017 10:19:31 +0800 Subject: Hookup with TravisCI (#30) Add TravisCI --- .travis.yml | 13 +++++++++++++ README.md | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c1f1852 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: cpp + +os: + - linux + - osx + +compiler: + - gcc + - clang + +script: + - make all + - make test diff --git a/README.md b/README.md index 2e0d25e..6e74bdf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ simpleini ========= +[![TravisCI Status](https://travis-ci.org/brofield/simpleini.svg?branch=master)](https://travis-ci.org/brofield/simpleini) + A cross-platform library that provides a simple API to read and write INI-style configuration files. It supports data files in ASCII, MBCS and Unicode. It is designed explicitly to be portable to any platform and has been tested on Windows, WinCE and Linux. Released as open-source and free using the MIT licence. # Feature Summary -- cgit v1.2.3