[shark] 75/79: appveyor added to homepage

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Nov 26 15:41:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository shark.

commit c181701a5882ac85c5be2354bf57e12c2f4b54a7
Author: Tobias Glasmachers <tobias.glasmachers at ini.rub.de>
Date:   Mon Nov 2 07:51:40 2015 +0100

    appveyor added to homepage
---
 doc/frontpage.css |  8 +++++++-
 doc/index.html    | 11 +++++------
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/doc/frontpage.css b/doc/frontpage.css
index bc937e7..e273098 100644
--- a/doc/frontpage.css
+++ b/doc/frontpage.css
@@ -88,7 +88,13 @@ table.status
 	border: 1px solid #bbb;
 	background: #eee;
 }
-.status th, td
+.status th
+{
+	text-align: left;
+	padding: 10px 20px 10px 20px;
+	border-bottom: 1px solid #bbb;
+}
+.status td
 {
 	text-align: left;
 	padding: 10px 20px 10px 20px;
diff --git a/doc/index.html b/doc/index.html
index ba8cc9a..daaf27f 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -154,21 +154,20 @@ git clone https://github.com/Shark-ML/Shark/
 <table class="status">
 <tr>
 <th>OS</th>
+<th>coverage</th>
 <th>status</th>
 <th>service</th>
 </tr>
 <tr>
-<td>Linux and Mac OS</td>
+<td>Linux and Mac OS</td><td>library and unit tests</td>
 <td><img src="https://travis-ci.org/Shark-ML/Shark.svg?branch=master" alt="build results Linux and Mac OS"></td>
 <td><a href="https://travis-ci.org/Shark-ML">travis-ci</a></td>
 </tr>
-<!--
 <tr>
-<td>Windows</td>
-<td><img src="???" alt="build results Windows"></td>
-<td><a href="???">appveyor</a></td>
+<td>Windows</td><td>library only, no unit tests</td>
+<td><img src="https://ci.appveyor.com/api/projects/status/github/shark-ml/shark?branch=master&svg=true" alt="build results Windows"></td>
+<td><a href="http://www.appveyor.com/">appveyor</a></td>
 </tr>
--->
 </table>
 </p>
 </div></div>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git



More information about the debian-science-commits mailing list