Skip to content

Commit

Permalink
readme : Add CI badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Groarke committed Dec 1, 2018
1 parent fae6031 commit 3b63ff7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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`
`cd SG14_test && g++ -std=c++14 -DTEST_MAIN -I../SG14 whatever_test.cpp && ./a.out`

0 comments on commit 3b63ff7

Please sign in to comment.