Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aurolou committed Jun 25, 2019
1 parent 551864a commit 8821394
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
VK_SDK_PATH: "C:\\VulkanSDK\\1.1.92.1\\"
VK_SDK_PATH: "C:\\VulkanSDK\\1.1.108.0\\"

version: '1.4.{build}'
version: '1.5.{build}'

assembly_info:
patch: true
Expand All @@ -19,7 +19,7 @@ before_build:

install:
# Download Vulkan SDK
- ps: Invoke-WebRequest -Uri https://sdk.lunarg.com/sdk/download/1.1.92.1/windows/VulkanSDK-1.1.92.1-Installer.exe?Human=true -OutFile vulkan.exe
- ps: Invoke-WebRequest -Uri https://sdk.lunarg.com/sdk/download/1.1.92.1/windows/VulkanSDK-1.1.108.0-Installer.exe?Human=true -OutFile vulkan.exe
- ps: .\vulkan.exe /S
# Download Visual Studio redistributables
- ps: if(!(Test-Path .\OCAT-Installer\redist)) { mkdir .\OCAT-Installer\redist }
Expand Down

0 comments on commit 8821394

Please sign in to comment.