Add a dummy appveyor config so it doesn't show as failed

This commit is contained in:
Sebastian Messmer 2021-08-15 10:11:20 -07:00
parent 4a3f13d88a
commit 5a1c58c89c
1 changed files with 11 additions and 0 deletions

11
appveyor.yml Normal file
View File

@ -0,0 +1,11 @@
image:
- Visual Studio 2019
platform:
- x64
configuration:
- Release
build_script:
- cmd: echo Appveyor CI is disabled since we now have Github Actions