From 48b5d980099084e1fa80c85a7cc064a73a344b0b Mon Sep 17 00:00:00 2001 From: Jonathan Moallem Date: Tue, 24 Nov 2020 18:21:33 +1100 Subject: [PATCH] Minor docs and workflow fixes --- .github/workflows/ubuntu.yml | 2 +- .github/workflows/windows.yml | 2 +- README.md | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 6c94a55..fd7fccb 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -1,4 +1,4 @@ -name: ubuntu +name: Ubuntu on: push: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3313a33..c4c7023 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,5 +1,5 @@ -name: windows +name: Windows on: push: diff --git a/README.md b/README.md index edd32f8..a4aecbc 100644 --- a/README.md +++ b/README.md @@ -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