Minor docs and workflow fixes

This commit is contained in:
Jonathan Moallem 2020-11-24 18:21:33 +11:00
parent 0a27a36e97
commit 48b5d98009
3 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: ubuntu
name: Ubuntu
on:
push:

View File

@ -1,5 +1,5 @@
name: windows
name: Windows
on:
push:

View File

@ -17,8 +17,8 @@ So that being said, we hope that this repository finds you well and wholehearted
| OS | Default Compiler | Last Built On | Status |
| ----------- | ---------------- | ------------------ | -------- |
| **macOS** | Clang++ | `Big Sur 11.0.1` | ![macOS Status](https://github.com/CapsCollective/raylib-cpp-starter/workflows/macOS/badge.svg) |
| **Linux** | G++ | `Ubuntu 20.04 LTS` | ![Linux Status](https://github.com/CapsCollective/raylib-cpp-starter/workflows/ubuntu/badge.svg) |
| **Windows** | MinGW (G++) | `Windows 10 19041` | ![Windows Status](https://github.com/CapsCollective/raylib-cpp-starter/workflows/windows/badge.svg) |
| **Linux** | G++ | `Ubuntu 20.04 LTS` | ![Linux Status](https://github.com/CapsCollective/raylib-cpp-starter/workflows/Ubuntu/badge.svg) |
| **Windows** | MinGW (G++) | `Windows 10 19041` | ![Windows Status](https://github.com/CapsCollective/raylib-cpp-starter/workflows/Windows/badge.svg) |
## Getting Started
@ -123,6 +123,8 @@ Unfortunately **we do not yet have automated project setup configured for Window
- It is recommended that your code should go into the `/src` directory, which is automatically included in the compile process when you run `make`.
- If you wish to change the program entry point from `/src/main.cpp`, add more libraries, or really anything about your project, all build instructions are specified in the `Makefile` no smoke and mirrors!
---
## Todo
- [x] Get static linking to work with C++ bindings
- [x] Setup for at least one compiler on each platform