Skip to content

Commit ce6c86c

Browse files
committed
adding readme
1 parent dad9dff commit ce6c86c

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 🛠️ Compiler/OS Dashboard
2+
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
4+
[![Build Status](https://img.shields.io/github/actions/workflow/status/<your-org>/<your-repo>/ci.yml?branch=master)](https://github.com/<your-org>/<your-repo>/actions)
5+
6+
This repository contains an automated dashboard showing build/test status across multiple **compilers** and **Linux distributions**.
7+
The table is generated dynamically from JSON job results (`badge-status/*.json`) by the Python script `generate_dashboard.py`.
8+
9+
## Dashboard
10+
11+
<picture>
12+
<source media="(prefers-color-scheme: dark)" srcset="badges/dashboard-dark.svg">
13+
<source media="(prefers-color-scheme: light)" srcset="badges/dashboard-light.svg">
14+
<img alt="Compiler/OS Matrix" src="badges/dashboard-light.svg">
15+
</picture>
16+
17+
## 🚀 Usage
18+
19+
### Generate the dashboards
20+
21+
```bash
22+
# Collect JSON results from CI and generate SVG dashboards
23+
./generate_dashboard.py

0 commit comments

Comments
 (0)