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