summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar archshift2016-01-04 14:55:53 -0800
committerGravatar archshift2016-01-04 14:55:53 -0800
commit483737f2e6e2e05f1affa165d04e4a855a21b0ad (patch)
tree24f9d31d0a195fa093db2cc388a07ce69d27d92b
parentMerge pull request #1305 from lioncash/override (diff)
downloadyuzu-483737f2e6e2e05f1affa165d04e4a855a21b0ad.tar.gz
yuzu-483737f2e6e2e05f1affa165d04e4a855a21b0ad.tar.xz
yuzu-483737f2e6e2e05f1affa165d04e4a855a21b0ad.zip
Update appveyor.yml to use VS2015 CMake generator
-rw-r--r--appveyor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d05cc2213..a5ed35392 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,6 +5,8 @@ environment:
5 BUILD_PASSWORD: 5 BUILD_PASSWORD:
6 secure: EXGNlWKJsCtbeImEJ5EP9qrxZ+EqUFfNy+CP61nDOMA= 6 secure: EXGNlWKJsCtbeImEJ5EP9qrxZ+EqUFfNy+CP61nDOMA=
7 7
8os: Visual Studio 2015
9
8platform: 10platform:
9 - x64 11 - x64
10 12
@@ -17,7 +19,7 @@ install:
17before_build: 19before_build:
18 - mkdir build 20 - mkdir build
19 - cd build 21 - cd build
20 - cmake -G "Visual Studio 14 Win64" -DCITRA_USE_BUNDLED_GLFW=1 -DCITRA_USE_BUNDLED_QT=1 .. 22 - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_GLFW=1 -DCITRA_USE_BUNDLED_QT=1 ..
21 - cd .. 23 - cd ..
22 24
23after_build: 25after_build: