Skip to content

Commit

Permalink
Readme: adjust CI badges
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 18, 2023
1 parent 8142dbc commit 2749b0b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "ci_automation_test"
name: "Automation"

# Run an app with automation thanks to imgui_test_engine / ensure it works

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "EasyIntegration"
name: "StarterTemlate"

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "multiplatform_default"
name: "Win_Mac_Linux"

# Test that a default build works with no specific option on all desktop platforms

Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<img src="logo/logo_hello_imgui.png" width="200">

![Ubuntu](https://github.com/pthom/hello_imgui/workflows/Ubuntu/badge.svg)
![Windows](https://github.com/pthom/hello_imgui/workflows/Windows/badge.svg)
![MacOS](https://github.com/pthom/hello_imgui/workflows/MacOS/badge.svg)
![Win_Mac_Linux](https://github.com/pthom/hello_imgui/workflows/Win_Mac_Linux/badge.svg)
![MinGW](https://github.com/pthom/hello_imgui/workflows/MinGW/badge.svg)
![iOS](https://github.com/pthom/hello_imgui/workflows/iOS/badge.svg)
![Android](https://github.com/pthom/hello_imgui/workflows/Android/badge.svg)
![Emscripten](https://github.com/pthom/hello_imgui/workflows/Emscripten/badge.svg)
![MinGW](https://github.com/pthom/hello_imgui/workflows/MinGW/badge.svg)
![StarterTemlate](https://github.com/pthom/hello_imgui/workflows/StarterTemlate/badge.svg)
![Automation](https://github.com/pthom/hello_imgui/workflows/Automation/badge.svg)


# Hello ImGui

Expand Down Expand Up @@ -33,7 +35,7 @@ Hello ImGui is a library that enables quickly write multiplatform apps with the
## Get started in 5 minutes

### Either use this starter template
[This template](https://github.com/pthom/hello_imgui_template) will get you started in 5 minutes (and shows how to embed assets, customize the app icon, etc.).
[The starter template](https://github.com/pthom/hello_imgui_template) will get you started in 5 minutes, and shows how to embed assets, customize the app icon (etc.), on all platforms.

### Or write a cmake + main.cpp file, and you are good to go!

Expand Down
12 changes: 7 additions & 5 deletions README.src.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<img src="logo/logo_hello_imgui.png" width="200">

![Ubuntu](https://github.com/pthom/hello_imgui/workflows/Ubuntu/badge.svg)
![Windows](https://github.com/pthom/hello_imgui/workflows/Windows/badge.svg)
![MacOS](https://github.com/pthom/hello_imgui/workflows/MacOS/badge.svg)
![Win_Mac_Linux](https://github.com/pthom/hello_imgui/workflows/Win_Mac_Linux/badge.svg)
![MinGW](https://github.com/pthom/hello_imgui/workflows/MinGW/badge.svg)
![iOS](https://github.com/pthom/hello_imgui/workflows/iOS/badge.svg)
![Android](https://github.com/pthom/hello_imgui/workflows/Android/badge.svg)
![Emscripten](https://github.com/pthom/hello_imgui/workflows/Emscripten/badge.svg)
![MinGW](https://github.com/pthom/hello_imgui/workflows/MinGW/badge.svg)
![StarterTemlate](https://github.com/pthom/hello_imgui/workflows/StarterTemlate/badge.svg)
![Automation](https://github.com/pthom/hello_imgui/workflows/Automation/badge.svg)


# Hello ImGui

Expand Down Expand Up @@ -33,7 +35,7 @@ Hello ImGui is a library that enables quickly write multiplatform apps with the
## Get started in 5 minutes

### Either use this starter template
[This template](https://github.com/pthom/hello_imgui_template) will get you started in 5 minutes (and shows how to embed assets, customize the app icon, etc.).
[The starter template](https://github.com/pthom/hello_imgui_template) will get you started in 5 minutes, and shows how to embed assets, customize the app icon (etc.), on all platforms.

### Or write a cmake + main.cpp file, and you are good to go!

Expand Down

0 comments on commit 2749b0b

Please sign in to comment.