From e9801cbf67298fc26bbaffe3a9ecfe6e2fef9f29 Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Sun, 24 Dec 2023 17:06:04 +0100 Subject: [PATCH] Readme: Add Vulkan CI badge --- .github/workflows/{t => }/Android.yml | 0 .github/workflows/{t => }/Automate.yml | 0 .github/workflows/{t => }/Emscripten.yml | 0 .github/workflows/{t => }/Metal.yml | 0 .github/workflows/{t => }/MinGW.yml | 0 .github/workflows/{t => }/StarterTemplate.yml | 0 .github/workflows/{t => }/TestEngine.yml | 0 .github/workflows/Vulkan.yml | 2 +- .github/workflows/{t => }/Win_Mac_Linux.yml | 0 .github/workflows/{t => }/iOS.yml | 0 README.md | 1 + README.src.md | 1 + 12 files changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{t => }/Android.yml (100%) rename .github/workflows/{t => }/Automate.yml (100%) rename .github/workflows/{t => }/Emscripten.yml (100%) rename .github/workflows/{t => }/Metal.yml (100%) rename .github/workflows/{t => }/MinGW.yml (100%) rename .github/workflows/{t => }/StarterTemplate.yml (100%) rename .github/workflows/{t => }/TestEngine.yml (100%) rename .github/workflows/{t => }/Win_Mac_Linux.yml (100%) rename .github/workflows/{t => }/iOS.yml (100%) diff --git a/.github/workflows/t/Android.yml b/.github/workflows/Android.yml similarity index 100% rename from .github/workflows/t/Android.yml rename to .github/workflows/Android.yml diff --git a/.github/workflows/t/Automate.yml b/.github/workflows/Automate.yml similarity index 100% rename from .github/workflows/t/Automate.yml rename to .github/workflows/Automate.yml diff --git a/.github/workflows/t/Emscripten.yml b/.github/workflows/Emscripten.yml similarity index 100% rename from .github/workflows/t/Emscripten.yml rename to .github/workflows/Emscripten.yml diff --git a/.github/workflows/t/Metal.yml b/.github/workflows/Metal.yml similarity index 100% rename from .github/workflows/t/Metal.yml rename to .github/workflows/Metal.yml diff --git a/.github/workflows/t/MinGW.yml b/.github/workflows/MinGW.yml similarity index 100% rename from .github/workflows/t/MinGW.yml rename to .github/workflows/MinGW.yml diff --git a/.github/workflows/t/StarterTemplate.yml b/.github/workflows/StarterTemplate.yml similarity index 100% rename from .github/workflows/t/StarterTemplate.yml rename to .github/workflows/StarterTemplate.yml diff --git a/.github/workflows/t/TestEngine.yml b/.github/workflows/TestEngine.yml similarity index 100% rename from .github/workflows/t/TestEngine.yml rename to .github/workflows/TestEngine.yml diff --git a/.github/workflows/Vulkan.yml b/.github/workflows/Vulkan.yml index 08f72c25..8e1bfc41 100644 --- a/.github/workflows/Vulkan.yml +++ b/.github/workflows/Vulkan.yml @@ -10,7 +10,7 @@ on: jobs: build: - name: Metal + name: Vulkan runs-on: ${{ matrix.platform }} strategy: fail-fast: false diff --git a/.github/workflows/t/Win_Mac_Linux.yml b/.github/workflows/Win_Mac_Linux.yml similarity index 100% rename from .github/workflows/t/Win_Mac_Linux.yml rename to .github/workflows/Win_Mac_Linux.yml diff --git a/.github/workflows/t/iOS.yml b/.github/workflows/iOS.yml similarity index 100% rename from .github/workflows/t/iOS.yml rename to .github/workflows/iOS.yml diff --git a/README.md b/README.md index b9276d74..cd6d13e8 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ [![TestEngine](https://github.com/pthom/hello_imgui/workflows/TestEngine/badge.svg)](https://github.com/pthom/hello_imgui/actions/workflows/TestEngine.yml) [![Automate](https://github.com/pthom/hello_imgui/workflows/Automate/badge.svg)](https://github.com/pthom/hello_imgui/actions/workflows/Automate.yml) [![Metal](https://github.com/pthom/hello_imgui/workflows/Metal/badge.svg)](https://github.com/pthom/hello_imgui/actions/workflows/Metal.yml) +[![Vulkan](https://github.com/pthom/hello_imgui/workflows/Vulkan/badge.svg)](https://github.com/pthom/hello_imgui/actions/workflows/Vulkan.yml) # Hello ImGui diff --git a/README.src.md b/README.src.md index 1c5055a7..5b3e15c9 100644 --- a/README.src.md +++ b/README.src.md @@ -9,6 +9,7 @@ [![TestEngine](https://github.com/pthom/hello_imgui/workflows/TestEngine/badge.svg)](https://github.com/pthom/hello_imgui/actions/workflows/TestEngine.yml) [![Automate](https://github.com/pthom/hello_imgui/workflows/Automate/badge.svg)](https://github.com/pthom/hello_imgui/actions/workflows/Automate.yml) [![Metal](https://github.com/pthom/hello_imgui/workflows/Metal/badge.svg)](https://github.com/pthom/hello_imgui/actions/workflows/Metal.yml) +[![Vulkan](https://github.com/pthom/hello_imgui/workflows/Vulkan/badge.svg)](https://github.com/pthom/hello_imgui/actions/workflows/Vulkan.yml) # Hello ImGui