Add a dummy appveyor config so it doesn't show as failed
This commit is contained in:
parent
4a3f13d88a
commit
5a1c58c89c
11
appveyor.yml
Normal file
11
appveyor.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user