From bb9a35caaf9c8c24e44b70d424c47a74b475b261 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sat, 10 Feb 2024 22:47:33 +0700 Subject: [PATCH] ci: Remove appveyor. This is now handled by the GitHub Actions CI. --- README.md | 4 ---- appveyor.yml | 7 ------- 2 files changed, 11 deletions(-) delete mode 100644 appveyor.yml diff --git a/README.md b/README.md index 362d0b7..08bc3a5 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,6 @@ Build Status - - Windows Build Status - Documentation Status diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index f4c54ef..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,7 +0,0 @@ -image: Visual Studio 2017 - -build_script: -- ps: >- - cd win - - .\build.bat