summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2a4a15d40..6b5d23b03 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
11os: Visual Studio 2015 11os: Visual Studio 2017
12 12
13platform: 13platform:
14 - x64 14 - x64
@@ -20,11 +20,9 @@ install:
20 - git submodule update --init --recursive 20 - git submodule update --init --recursive
21 21
22before_build: 22before_build:
23 # Xamarin log spam workaround
24 - del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
25 - mkdir build 23 - mkdir build
26 - cd build 24 - cd build
27 - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 .. 25 - cmake -G "Visual Studio 15 2017 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 ..
28 - cd .. 26 - cd ..
29 27
30build: 28build: