summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bunnei2015-09-29 22:40:42 -0400
committerGravatar bunnei2015-09-29 22:40:42 -0400
commitddfefa900732540199ee9f9ee87335dad7c3a0da (patch)
tree0d8d7bf09352b8f22acc939d514e1872f43103fd
parentMerge pull request #1172 from martinlindhe/fix-warnings (diff)
parentAppVeyor: Use Visual Studio 2015 (diff)
downloadyuzu-ddfefa900732540199ee9f9ee87335dad7c3a0da.tar.gz
yuzu-ddfefa900732540199ee9f9ee87335dad7c3a0da.tar.xz
yuzu-ddfefa900732540199ee9f9ee87335dad7c3a0da.zip
Merge pull request #1174 from bunnei/vs2015
AppVeyor: Use Visual Studio 2015
-rw-r--r--appveyor.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6e073ece7..d05cc2213 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,7 +2,6 @@
2clone_depth: 5 2clone_depth: 5
3 3
4environment: 4environment:
5 QTDIR: C:\Qt\5.4\msvc2013_64_opengl
6 BUILD_PASSWORD: 5 BUILD_PASSWORD:
7 secure: EXGNlWKJsCtbeImEJ5EP9qrxZ+EqUFfNy+CP61nDOMA= 6 secure: EXGNlWKJsCtbeImEJ5EP9qrxZ+EqUFfNy+CP61nDOMA=
8 7
@@ -18,7 +17,7 @@ install:
18before_build: 17before_build:
19 - mkdir build 18 - mkdir build
20 - cd build 19 - cd build
21 - cmake -G "Visual Studio 12 Win64" -DCITRA_USE_BUNDLED_GLFW=1 -DQt5_DIR=%QTDIR%/lib/cmake/Qt5 .. 20 - cmake -G "Visual Studio 14 Win64" -DCITRA_USE_BUNDLED_GLFW=1 -DCITRA_USE_BUNDLED_QT=1 ..
22 - cd .. 21 - cd ..
23 22
24after_build: 23after_build: