From 8a67013729862c1201eeba1859497959a36d2a41 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Thu, 3 Jan 2019 09:41:06 +0100 Subject: [PATCH] added links to regression tests --- README.md | 8 ++++---- test_results.svg | 26 ++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 test_results.svg diff --git a/README.md b/README.md index 1d63cfc..ec9578a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Boost PolyCollection library -Branch | Travis | AppVeyor ----------|--------|--------- -develop | [![Build Status](https://travis-ci.org/boostorg/poly_collection.svg?branch=develop)](https://travis-ci.org/boostorg/poly_collection) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/boostorg/poly_collection?branch=develop&svg=true)](https://ci.appveyor.com/project/joaquintides/poly-collection) -master | [![Build Status](https://travis-ci.org/boostorg/poly_collection.svg?branch=master)](https://travis-ci.org/boostorg/poly_collection) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/boostorg/poly_collection?branch=master&svg=true)](https://ci.appveyor.com/project/joaquintides/poly-collection) +Branch | Travis | AppVeyor | Regression tests +---------|--------|----------|----------------- +develop | [![Build Status](https://travis-ci.org/boostorg/poly_collection.svg?branch=develop)](https://travis-ci.org/boostorg/poly_collection) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/boostorg/poly_collection?branch=develop&svg=true)](https://ci.appveyor.com/project/joaquintides/poly-collection) | [![Test Results](./test_results.svg)](https://www.boost.org/development/tests/develop/developer/poly_collection.html) +master | [![Build Status](https://travis-ci.org/boostorg/poly_collection.svg?branch=master)](https://travis-ci.org/boostorg/poly_collection) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/boostorg/poly_collection?branch=master&svg=true)](https://ci.appveyor.com/project/joaquintides/poly-collection) | [![Test Results](./test_results.svg)](https://www.boost.org/development/tests/master/developer/poly_collection.html) **Boost.PolyCollection**: fast containers of polymorphic objects. diff --git a/test_results.svg b/test_results.svg new file mode 100644 index 0000000..d3d613f --- /dev/null +++ b/test_results.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + test + test + results + results + + \ No newline at end of file