Skip to content

Commit 8757f68

Browse files
committed
adding readme
1 parent dad9dff commit 8757f68

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
---
10+
11+
## 📊 Dashboard
12+
13+
<picture>
14+
<source media="(prefers-color-scheme: dark)" srcset="dashboard-dark.svg">
15+
<source media="(prefers-color-scheme: light)" srcset="dashboard-light.svg">
16+
<img alt="Compiler/OS Matrix" src="dashboard-light.svg">
17+
</picture>
18+
19+
---
20+
21+
## 🚀 Usage
22+
23+
### Generate the dashboards
24+
25+
```bash
26+
# Collect JSON results from CI and generate SVG dashboards
27+
./generate_dashboard.py

0 commit comments

Comments
 (0)