Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Tzou <Chocobo1@users.noreply.github.com>2017-08-25 05:19:31 +0300
committerBrodie Thiesfield <brofield@users.noreply.github.com>2017-08-25 05:19:31 +0300
commit244c3f220ba3c73cf59b6b17bd2baeb2409693a8 (patch)
tree23adf88b113a5783a8eec6ed283ef4400a2ae5c4
parentb414bb2708aa573890aa8afc039bb17561915173 (diff)
Hookup with TravisCI (#30)
Add TravisCI
-rw-r--r--.travis.yml13
-rw-r--r--README.md2
2 files changed, 15 insertions, 0 deletions
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