Skip to content

Commit

Permalink
Use VS 2017 for the Windows build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Glatzel committed Jun 22, 2017
1 parent 81b72ea commit 45ecd55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
os: Visual Studio 2015
os: Visual Studio 2017
platform:
- x64

Expand All @@ -7,7 +7,7 @@ configuration:
- Release

environment:
INTR_QTDIR: "C:\\Qt\\5.8\\msvc2015_64\\"
INTR_QTDIR: "C:\\Qt\\5.9\\msvc2017_64\\"
INTR_GIT_TOKEN:
secure: 3K1IRVqC1dSplGBGvUMuykBbCMIH8INr3HUE4YNJDmtEYNy0kTJPzeW+pMSCae4y
VK_SDK_PATH: "C:\\VulkanSDK\\1.0.49.0\\"
Expand Down

0 comments on commit 45ecd55

Please sign in to comment.