Skip to content

Commit

Permalink
add Travis CI build status to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
png85 committed Apr 19, 2013
1 parent 1954ea1 commit 5c220f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: c++
compiler:
- gcc
- clang

script:
- mkdir build
- cd build
- cmake ..
- cmake --build . --target all --

after_script:
- ctest
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Key features:
* object library or header file only use


Using the Code
Using the Code [![Build Status](https://travis-ci.org/png85/json_spirit.png?branch=master)](https://travis-ci.org/png85/json_spirit)
===========
The JSON Spirit source code is available as a Microsoft Visual Studio 2005 C++ "solution". However, it should
compile and work on any platform compatible with Boost. JSON Spirit has been built and tested with Visual C++
Expand Down

0 comments on commit 5c220f9

Please sign in to comment.