From c5117b328afc86e16edff6ed6afe0fe7872a7cf3 Mon Sep 17 00:00:00 2001 From: Nathaniel Cesario Date: Fri, 18 Aug 2023 13:56:28 -0600 Subject: [PATCH] Fix CI build badge Replaces the appveyor build (which is no longer used) with a badge pointing to the continuous_integration.yml job status. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5b8ef65..7d5255c3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ git remote set-head origin -a 2. C++17 (all platforms) and Visual Studio 2019 (Windows) are now required. This change was driven by the external dependency on SPIRV-Tools. -[![appveyor status](https://ci.appveyor.com/api/projects/status/q6fi9cb0qnhkla68/branch/main?svg=true)](https://ci.appveyor.com/project/Khronoswebmaster/glslang/branch/main) +![Continuous Integration](https://github.com/KhronosGroup/glslang/actions/workflows/continuous_integration.yml/badge.svg) ![Continuous Deployment](https://github.com/KhronosGroup/glslang/actions/workflows/continuous_deployment.yml/badge.svg) # Glslang Components and Status