Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Jun 30, 2024
1 parent 28a156f commit 0cdb650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,12 +379,13 @@ jobs:
copy "C:\VulkanSDK\1.3.283.0\runtime\x64\vulkan-1.dll" "C:\Windows\System32"
copy "C:\VulkanSDK\1.3.283.0\runtime\x64\vulkan-1.dll" "love-12.0-win64\love-12.0-win64"
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\Vulkan\Drivers /v "${{ github.workspace }}\mesa\x64\lvp_icd.x86_64.json" /t REG_DWORD /d 0
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\Vulkan\ExplicitLayers /v "C:\VulkanSDK\1.3.283.0\Bin\VkLayer_khronos_validation.json" /t REG_DWORD /d 0
powershell.exe C:/VulkanSDK/1.3.283.0/runtime/x64/vulkaninfo.exe --summary
# windows vulkan tests
- name: Run Tests (vulkan)
if: steps.vars.outputs.arch != 'ARM64'
env:
VK_LAYER_PATH: C:/VulkanSDK/1.3.283.0/Bin/VkLayer_khronos_validation.json
# VK_LAYER_PATH: C:/VulkanSDK/1.3.283.0/Bin/VkLayer_khronos_validation.json
LOVE_GRAPHICS_DEBUG: 1
run: |
powershell.exe ./install/lovec.exe ./megasource/libs/love/testing/main.lua --all --isRunner --renderers vulkan
Expand Down

0 comments on commit 0cdb650

Please sign in to comment.