From 3b63ff7021716fe42c86d52e2d469d8166f36c04 Mon Sep 17 00:00:00 2001 From: Philippe Groarke Date: Sun, 21 Oct 2018 11:59:25 -0400 Subject: [PATCH] readme : Add CI badges. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72132927..0b603b1a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # SG14 +[![Build Status](https://travis-ci.org/WG21-SG14/SG14.svg?branch=master)](https://travis-ci.org/WG21-SG14/SG14) + A library for Study Group 14 of Working Group 21 (C++) /docs - Documentation for implementations without proposals, or supplementary documentation which does not easily fit within a proposal. @@ -23,4 +25,4 @@ Clone the repo. Navigate to the folder in your favorite terminal. `cmake .. && cmake --build . && ./bin/sg14_tests` ### Alternatively -`cd SG14_test && g++ -std=c++14 -DTEST_MAIN -I../SG14 whatever_test.cpp && ./a.out` \ No newline at end of file +`cd SG14_test && g++ -std=c++14 -DTEST_MAIN -I../SG14 whatever_test.cpp && ./a.out`