From 0ac56229f0e65cef89b372e5744f4f241b184002 Mon Sep 17 00:00:00 2001 From: Abigail Date: Sat, 16 Dec 2017 11:15:56 +0000 Subject: [PATCH] Add CI badge to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 40078f5..e9167fd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # json2cmake +[![Build Status](https://travis-ci.org/AbigailBuccaneer/json2cmake.svg?branch=master)](https://travis-ci.org/AbigailBuccaneer/json2cmake) + `json2cmake` converts [JSON compilation database][] files into [CMake][] files. The resulting `CMakeLists.txt` file can then be used to recompile the same object files with less overhead via [Ninja][], used as an IDE project file for [CLion][], or for integration into a larger CMake project.