Skip to content

Commit

Permalink
LOVE_GRAPHICS_DEBUG=1
Browse files Browse the repository at this point in the history
  • Loading branch information
ellraiser committed Oct 10, 2023
1 parent 00fad33 commit 3b09c01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
path: test-output-windows-opengl.zip
- name: Run Tests (opengles)
run: |
$ENV:LOVE_GRAPHICS_USE_OPENGLES = 1
$ENV:LOVE_GRAPHICS_USE_OPENGLES=1
powershell.exe ./love-12.0-win64/love-12.0-win64/lovec.exe ./
- name: Love Test Report (opengles)
uses: ellraiser/love-test-report@main
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Install Vulkan
run: |
curl -L --show-error --output VulkanSDK.exe https://sdk.lunarg.com/sdk/download/1.3.231.1/windows/VulkanSDK-1.3.231.1-Installer.exe
./VulkanSDK.exe --root C:/VulkanSDK/1.3.231.1 --accept-licenses --default-answer --confirm-command install com.lunarg.vulkan.core com.lunarg.vulkan.vma
./VulkanSDK.exe --root C:/VulkanSDK/1.3.231.1 --accept-licenses --default-answer --confirm-command install com.lunarg.vulkan.core com.lunarg.vulkan.vma
curl -L --show-error --output vulkan-runtime.zip https://sdk.lunarg.com/sdk/download/1.3.231.1/windows/vulkan-runtime-components.zip
7z e vulkan-runtime.zip -o"C:/VulkanSDK/1.3.231.1/runtime/x64" */x64
copy "C:/VulkanSDK/1.3.231.1/runtime/x64/vulkan-1.dll" "mesa/x64"
Expand All @@ -94,6 +94,7 @@ jobs:
powershell.exe C:/VulkanSDK/1.3.231.1/runtime/x64/vulkaninfo.exe --summary
- name: Run Tests (vulkan)
run: |
$ENV:LOVE_GRAPHICS_DEBUG=1
powershell.exe ./love-12.0-win64/love-12.0-win64/lovec.exe ./ --runAllTests --renderers vulkan --isRunner
- name: Love Test Report (vulkan)
uses: ellraiser/love-test-report@main
Expand Down Expand Up @@ -228,6 +229,7 @@ jobs:
# linux vulkan tests
- name: Run Test Suite (vulkan)
run: |
export LOVE_GRAPHICS_DEBUG=1
love12/love12.AppImage main.lua --runAllTests --renderers vulkan --isRunner
- name: Love Test Report (vulkan)
uses: ellraiser/love-test-report@main
Expand Down

0 comments on commit 3b09c01

Please sign in to comment.