Test VulkanSDK on appveyor;

This commit is contained in:
bjorn 2022-08-06 10:34:25 -07:00
parent dd4fa5c382
commit 6213dfb844
1 changed files with 10 additions and 0 deletions

View File

@ -11,6 +11,16 @@ branches:
only:
- master
environment:
VULKAN_SDK: C:/VulkanSDK/1.3.216.0
cache:
- VulkanSDK.exe
install:
- if not exist VulkanSDK.exe curl -L --silent --show-error --output VulkanSDK.exe https://sdk.lunarg.com/sdk/download/1.3.216.0/windows/VulkanSDK-1.3.216.0-Installer.exe?Human=true
- VulkanSDK.exe /S
before_build:
- cd C:\projects\lovr
- git submodule update --init