|
@@ -80,6 +80,8 @@ jobs:
|
|
path: test-output-linux-opengl.zip
|
|
path: test-output-linux-opengl.zip
|
|
# linux opengles tests
|
|
# linux opengles tests
|
|
- name: Run Test Suite (opengles)
|
|
- name: Run Test Suite (opengles)
|
|
|
|
+ env:
|
|
|
|
+ LOVE_GRAPHICS_DEBUG: 1
|
|
run: |
|
|
run: |
|
|
export LOVE_GRAPHICS_USE_OPENGLES=1
|
|
export LOVE_GRAPHICS_USE_OPENGLES=1
|
|
./love-${{ github.sha }}.AppImage love2d-${{ github.sha }}/testing/main.lua --all --isRunner
|
|
./love-${{ github.sha }}.AppImage love2d-${{ github.sha }}/testing/main.lua --all --isRunner
|
|
@@ -101,8 +103,9 @@ jobs:
|
|
path: test-output-linux-opengles.zip
|
|
path: test-output-linux-opengles.zip
|
|
# # linux vulkan tests
|
|
# # linux vulkan tests
|
|
# - name: Run Test Suite (vulkan)
|
|
# - name: Run Test Suite (vulkan)
|
|
|
|
+# env:
|
|
|
|
+# LOVE_GRAPHICS_DEBUG: 1
|
|
# run: |
|
|
# run: |
|
|
-# export LOVE_GRAPHICS_DEBUG=1
|
|
|
|
# ./love-${{ github.sha }}.AppImage love2d-${{ github.sha }}/testing/main.lua --all --isRunner --renderers vulkan
|
|
# ./love-${{ github.sha }}.AppImage love2d-${{ github.sha }}/testing/main.lua --all --isRunner --renderers vulkan
|
|
# - name: Love Test Report (vulkan)
|
|
# - name: Love Test Report (vulkan)
|
|
# uses: ellraiser/love-test-report@main
|
|
# uses: ellraiser/love-test-report@main
|
|
@@ -318,6 +321,8 @@ jobs:
|
|
# windows opengl tests
|
|
# windows opengl tests
|
|
- name: Run Tests (opengl)
|
|
- name: Run Tests (opengl)
|
|
if: steps.vars.outputs.arch != 'ARM64' && steps.vars.outputs.compatname != '-compat'
|
|
if: steps.vars.outputs.arch != 'ARM64' && steps.vars.outputs.compatname != '-compat'
|
|
|
|
+ env:
|
|
|
|
+ LOVE_GRAPHICS_DEBUG: 1
|
|
run: |
|
|
run: |
|
|
echo 'check dir'
|
|
echo 'check dir'
|
|
ls
|
|
ls
|
|
@@ -345,6 +350,7 @@ jobs:
|
|
- name: Run Tests (opengles)
|
|
- name: Run Tests (opengles)
|
|
if: steps.vars.outputs.arch != 'ARM64' && steps.vars.outputs.compatname != '-compat'
|
|
if: steps.vars.outputs.arch != 'ARM64' && steps.vars.outputs.compatname != '-compat'
|
|
env:
|
|
env:
|
|
|
|
+ LOVE_GRAPHICS_DEBUG: 1
|
|
LOVE_GRAPHICS_USE_OPENGLES: 1
|
|
LOVE_GRAPHICS_USE_OPENGLES: 1
|
|
run: |
|
|
run: |
|
|
powershell.exe ./install/lovec.exe ./megasource/libs/love/testing/main.lua --all --isRunner
|
|
powershell.exe ./install/lovec.exe ./megasource/libs/love/testing/main.lua --all --isRunner
|
|
@@ -389,8 +395,9 @@ jobs:
|
|
# # windows vulkan tests
|
|
# # windows vulkan tests
|
|
# - name: Run Tests (vulkan)
|
|
# - name: Run Tests (vulkan)
|
|
# if: steps.vars.outputs.arch != 'ARM64'
|
|
# if: steps.vars.outputs.arch != 'ARM64'
|
|
|
|
+# env:
|
|
|
|
+# LOVE_GRAPHICS_DEBUG: 1
|
|
# run: |
|
|
# run: |
|
|
-# $ENV:LOVE_GRAPHICS_DEBUG=1
|
|
|
|
# powershell.exe ./install/lovec.exe ./megasource/libs/love/testing/main.lua --all --isRunner --renderers vulkan
|
|
# powershell.exe ./install/lovec.exe ./megasource/libs/love/testing/main.lua --all --isRunner --renderers vulkan
|
|
# - name: Love Test Report (vulkan)
|
|
# - name: Love Test Report (vulkan)
|
|
# if: steps.vars.outputs.arch != 'ARM64'
|
|
# if: steps.vars.outputs.arch != 'ARM64'
|
|
@@ -442,6 +449,8 @@ jobs:
|
|
path: love-macos.zip
|
|
path: love-macos.zip
|
|
# macos opengl tests (metal not supported on runners)
|
|
# macos opengl tests (metal not supported on runners)
|
|
- name: Run Test Suite
|
|
- name: Run Test Suite
|
|
|
|
+ env:
|
|
|
|
+ LOVE_GRAPHICS_DEBUG: 1
|
|
run: |
|
|
run: |
|
|
ls
|
|
ls
|
|
love-macos/love.app/Contents/MacOS/love ./testing/main.lua --all --isRunner
|
|
love-macos/love.app/Contents/MacOS/love ./testing/main.lua --all --isRunner
|