diff --git a/README.md b/README.md index 22fe941..288b6e1 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ I guess we just don't want the added headache. CMake is complex and sometimes fe So that being said, we hope that this repository finds you well and wholeheartedly enjoying the *simple things in life* (i.e. video games programming). ### Current Compatability -| OS | Default Compiler | Last Tested On | Working | -| ----------- | ---------------- | ------------------ |:-------:| -| **macOS** | Clang++ | `Big Sur 11.0.1` | **✓** | -| **Linux** | G++ | `Ubuntu 20.04 LTS` | **✓** | -| **Windows** | MinGW (G++) | `Windows 10 19041` | **✓** | +| OS | Default Compiler | Last Tested On | Status | +| ----------- | ---------------- | ------------------ |:--------:| +| **macOS** | Clang++ | `Big Sur 11.0.1` | ![macOS Build Status](https://github.com/CapsCollective/raylib-cpp-starter/workflows/macOS-build.yml/badge.svg) | +| **Linux** | G++ | `Ubuntu 20.04 LTS` | ![Linux Build Status](https://github.com/CapsCollective/raylib-cpp-starter/workflows/linux-build.yml/badge.svg) | +| **Windows** | MinGW (G++) | `Windows 10 19041` | ![Windows Build Status](https://github.com/CapsCollective/raylib-cpp-starter/workflows/windows-build.yml/badge.svg) | ## Getting Started