Remove AppVeyor CI config and badge from README Co-authored-by: syoyo <18676+syoyo@users.noreply.github.com>
diff --git a/README.md b/README.md index 483cd32..ddf175b 100644 --- a/README.md +++ b/README.md
@@ -26,8 +26,6 @@ ## Builds -[](https://ci.appveyor.com/project/syoyo/tinygltf) -  ## 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