diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..136e9255 --- /dev/null +++ b/appveyor.yml @@ -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