From 659de959771d756fd45faac1a03098b8b994a909 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 5 Mar 2026 04:27:49 +0000 Subject: [PATCH] Remove AppVeyor CI config and badge from README Co-authored-by: syoyo <18676+syoyo@users.noreply.github.com> --- README.md | 2 -- appveyor.yml | 18 ------------------ 2 files changed, 20 deletions(-) delete mode 100644 appveyor.yml diff --git a/README.md b/README.md index 483cd32..ddf175b 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ Currently TinyGLTF is stable and maintenance mode. No drastic changes and featur ## Builds -[![Build status](https://ci.appveyor.com/api/projects/status/warngenu9wjjhlm8?svg=true)](https://ci.appveyor.com/project/syoyo/tinygltf) - ![C/C++ CI](https://github.com/syoyo/tinygltf/workflows/C/C++%20CI/badge.svg) ## Features diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 545253e..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,18 +0,0 @@ -version: 0.9.{build} - -image: - - Visual Studio 2015 - -# scripts that runs after repo cloning. -install: - - vcsetup.bat - -platform: x64 -configuration: Release - -build: - parallel: true - project: TinyGLTFSolution.sln - -after_build: - - examples.bat