mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
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:
parent
4916347169
commit
a09f34ae65
|
@ -1,9 +1,11 @@
|
||||||
---
|
---
|
||||||
|
image: Visual Studio 2019
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- '%USERPROFILE%\.conan -> conanfile.py'
|
- '%USERPROFILE%\.conan -> conanfile.py'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- set PATH=C:\Python38-x64\Scripts;%PATH%
|
- set PATH=C:\Python310-x64\Scripts;%PATH%
|
||||||
- py -3 -m pip install conan
|
- py -3 -m pip install conan
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user