File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments