diff options
author | archshift <gh@archshift.com> | 2016-01-04 15:44:21 -0800 |
---|---|---|
committer | archshift <gh@archshift.com> | 2016-01-04 15:44:21 -0800 |
commit | ac15b3b6256991102d0eaaac1de5affd88b077ff (patch) | |
tree | 74005dc19226ae4f7cafbad8302a5a512e7e663f | |
parent | 0ca8354464c04f5a6a236edb7cba5741006af511 (diff) | |
parent | 483737f2e6e2e05f1affa165d04e4a855a21b0ad (diff) |
Merge pull request #1339 from archshift/cmake-2015
Update appveyor.yml to use VS2015 CMake generator
-rw-r--r-- | appveyor.yml | 4 |
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: BUILD_PASSWORD: secure: EXGNlWKJsCtbeImEJ5EP9qrxZ+EqUFfNy+CP61nDOMA= +os: Visual Studio 2015 + platform: - x64 @@ -17,7 +19,7 @@ install: before_build: - mkdir build - cd build - - cmake -G "Visual Studio 14 Win64" -DCITRA_USE_BUNDLED_GLFW=1 -DCITRA_USE_BUNDLED_QT=1 .. + - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_GLFW=1 -DCITRA_USE_BUNDLED_QT=1 .. - cd .. after_build: |