diff options
| author | 2017-05-21 15:56:25 -0700 | |
|---|---|---|
| committer | 2017-05-21 15:56:25 -0700 | |
| commit | eb8afab86504ce77f42529a26bc674a3c402773e (patch) | |
| tree | d14fb11f1b1240b9bb6a81a7352188c769b0f79d | |
| parent | Merge pull request #2713 from wwylele/where-is-my-tc0_w (diff) | |
| download | yuzu-eb8afab86504ce77f42529a26bc674a3c402773e.tar.gz yuzu-eb8afab86504ce77f42529a26bc674a3c402773e.tar.xz yuzu-eb8afab86504ce77f42529a26bc674a3c402773e.zip | |
Upgrade AppVeyor to Visual Studio 2017
More C++14/17 goodness!
| -rw-r--r-- | appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2a4a15d40..c81601e01 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
| @@ -8,7 +8,7 @@ cache: | |||
| 8 | - C:\ProgramData\chocolatey\bin -> appveyor.yml | 8 | - C:\ProgramData\chocolatey\bin -> appveyor.yml |
| 9 | - C:\ProgramData\chocolatey\lib -> appveyor.yml | 9 | - C:\ProgramData\chocolatey\lib -> appveyor.yml |
| 10 | 10 | ||
| 11 | os: Visual Studio 2015 | 11 | os: Visual Studio 2017 |
| 12 | 12 | ||
| 13 | platform: | 13 | platform: |
| 14 | - x64 | 14 | - x64 |
| @@ -21,10 +21,10 @@ install: | |||
| 21 | 21 | ||
| 22 | before_build: | 22 | before_build: |
| 23 | # Xamarin log spam workaround | 23 | # Xamarin log spam workaround |
| 24 | - del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets" | 24 | - del "C:\Program Files (x86)\MSBuild\15.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets" |
| 25 | - mkdir build | 25 | - mkdir build |
| 26 | - cd build | 26 | - cd build |
| 27 | - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 .. | 27 | - cmake -G "Visual Studio 15 2017 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 .. |
| 28 | - cd .. | 28 | - cd .. |
| 29 | 29 | ||
| 30 | build: | 30 | build: |