From 6815f95a3f6bf5e8676ba355886ea1ab413fd169 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 14 Mar 2017 19:00:44 +0100 Subject: Just list the CI logos at the top * README.md: --- README.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 7f4694a70b0..879eaf5421d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Build Status](https://travis-ci.org/DOCGroup/ACE_TAO.svg?branch=master)](https://travis-ci.org/DOCGroup/ACE_TAO) +[![Build Status](https://ci.appveyor.com/api/projects/status/umif8ghl2fg8rtx6/branch/master?svg=true)](https://ci.appveyor.com/project/jwillemsen/ace-tao) +[![Coverity Scan Build Status](https://scan.coverity.com/projects/1/badge.svg)](https://scan.coverity.com/projects/1) + ACE/TAO ================== @@ -6,21 +10,6 @@ See [Douglas C. Schmidt website](http://www.dre.vanderbilt.edu/~schmidt) for mo The quality of ACE/TAO is monitored through our distributed [scoreboard](http://www.dre.vanderbilt.edu/scoreboard/) -Travis-CI status -================ - -master: [![Build Status](https://travis-ci.org/DOCGroup/ACE_TAO.svg?branch=master)](https://travis-ci.org/DOCGroup/ACE_TAO) - -AppVeyor status -================ - -master: [![Build Status](https://ci.appveyor.com/api/projects/status/umif8ghl2fg8rtx6/branch/master?svg=true)](https://ci.appveyor.com/project/jwillemsen/ace-tao) - -Coverity Scan status -==================== - -master: [![Coverity Scan Build Status](https://scan.coverity.com/projects/1/badge.svg)](https://scan.coverity.com/projects/1) - # ACE/TAO # [ACE](http://www.dre.vanderbilt.edu/~schmidt/ACE.html) is a C++ framework for implementing distributed and -- cgit v1.2.1 From 9937b7d42aa2a55f4c59e296ecadd1f0708c37ae Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 14 Mar 2017 19:02:32 +0100 Subject: Removed double header * README.md: --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 879eaf5421d..918017a499c 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,7 @@ ACE/TAO ================== -See [Douglas C. Schmidt website](http://www.dre.vanderbilt.edu/~schmidt) for more information about ACE/TAO - -The quality of ACE/TAO is monitored through our distributed [scoreboard](http://www.dre.vanderbilt.edu/scoreboard/) - - -# ACE/TAO # +See [Douglas C. Schmidt website](http://www.dre.vanderbilt.edu/~schmidt) for more information about ACE/TAO. The quality of ACE/TAO is monitored through our distributed [scoreboard](http://www.dre.vanderbilt.edu/scoreboard/) [ACE](http://www.dre.vanderbilt.edu/~schmidt/ACE.html) is a C++ framework for implementing distributed and networked applications, [TAO](http://www.dre.vanderbilt.edu/~schmidt/TAO.html) is a C++ -- cgit v1.2.1