Merge pull request #2718 from citra-emu/appveyor-vs2017

Upgrade AppVeyor to Visual Studio 2017
This commit is contained in:
James Rowe 2017-05-21 17:18:58 -06:00 committed by GitHub
commit 0f2e32c017

View file

@ -8,7 +8,7 @@ cache:
- C:\ProgramData\chocolatey\bin -> appveyor.yml - C:\ProgramData\chocolatey\bin -> appveyor.yml
- C:\ProgramData\chocolatey\lib -> appveyor.yml - C:\ProgramData\chocolatey\lib -> appveyor.yml
os: Visual Studio 2015 os: Visual Studio 2017
platform: platform:
- x64 - x64
@ -20,11 +20,9 @@ install:
- git submodule update --init --recursive - git submodule update --init --recursive
before_build: before_build:
# Xamarin log spam workaround
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
- mkdir build - mkdir build
- cd build - cd build
- cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 .. - cmake -G "Visual Studio 15 2017 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 ..
- cd .. - cd ..
build: build: