build.html: CI build status page

This commit is contained in:
Nedko Arnaudov 2022-08-28 01:13:06 +03:00
parent 5099430f20
commit 900de01dab
2 changed files with 31 additions and 0 deletions

25
build.html Normal file
View File

@ -0,0 +1,25 @@
<html>
<head>
<title>LADI: CI build status</title>
<link rel="stylesheet" href="ladi.css">
</head>
<body>
<h3>LADI CI build status (Ubuntu 20.04):</h3>
<table>
<tr><th>repo</th><th>branch</th><th>status</th></tr>
<tr><td>LADI/jack2</td><td>stable</td><td><img src="https://github.com/LADI/jack2/actions/workflows/build.yml/badge.svg?branch=stable" /></td></tr>
<tr><td>LADI/jackdbus</td><td>stable</td><td><img src="https://github.com/LADI/jackdbus/actions/workflows/build.yml/badge.svg?branch=stable" /></td></tr>
<!-- <tr><td>LADI/ladish</td><td>stable</td><td><img src="https://github.com/LADI/ladish/actions/workflows/build.yml/badge.svg?branch=stable" /></td></tr> -->
</table>
<table>
<tr><th>repo</th><th>branch</th><th>status</th></tr>
<tr><td>LADI/jack2</td><td>main</td><td><img src="https://github.com/LADI/jack2/actions/workflows/build.yml/badge.svg?branch=main" /></td></tr>
<tr><td>LADI/jackdbus</td><td>main</td><td><img src="https://github.com/LADI/jackdbus/actions/workflows/build.yml/badge.svg?branch=main" /></td></tr>
<!-- <tr><td>LADI/ladish</td><td>main</td><td><img src="https://github.com/LADI/ladish/actions/workflows/build.yml/badge.svg?branch=main" /></td></tr> -->
</table>
<hr />
<!-- hhmts start -->
Last modified: Tue Aug 16 04:05:11 EEST 2022
<!-- hhmts end -->
</body>
</html>

6
ladi.css Normal file
View File

@ -0,0 +1,6 @@
table, th, td {
/* border: 1px solid black; */
border-collapse: collapse;
padding: 10px;
text-align: left;
}