chore: Update the Appveyor build to VS2019 to work around conan issues

Apparently the libvpx recipe doesn't really work on VS2015 anymore.
This commit is contained in:
Robin Linden 2022-03-17 18:28:21 +01:00
parent 4916347169
commit a09f34ae65
No known key found for this signature in database
GPG Key ID: 601A604B7E605776

View File

@ -1,9 +1,11 @@
---
image: Visual Studio 2019
cache:
- '%USERPROFILE%\.conan -> conanfile.py'
install:
- set PATH=C:\Python38-x64\Scripts;%PATH%
- set PATH=C:\Python310-x64\Scripts;%PATH%
- py -3 -m pip install conan
before_build: