Skip to content

Commit

Permalink
CI: enable vulkan tests on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Jun 24, 2024
1 parent b16e1d6 commit 10622e1
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,26 +101,26 @@ jobs:
with:
name: test-output-linux-opengles-${{ steps.report2.outputs.conclusion }}
path: test-output-linux-opengles.zip
# # linux vulkan tests
# - name: Run Test Suite (vulkan)
# env:
# LOVE_GRAPHICS_DEBUG: 1
# run: |
# ./love-${{ github.sha }}.AppImage love2d-${{ github.sha }}/testing/main.lua --all --isRunner --renderers vulkan
# - name: Love Test Report (vulkan)
# uses: ellraiser/love-test-report@main
# with:
# name: Love Testsuite Linux
# title: test-report-linux-vulkan
# path: love2d-${{ github.sha }}/testing/output/lovetest_all.md
# - name: Zip Test Output (vulkan)
# run: |
# 7z a -tzip test-output-linux-vulkan.zip love2d-${{ github.sha }}/testing/output/
# - name: Artifact Test Output (vulkan)
# uses: actions/upload-artifact@v4
# with:
# name: test-output-linux-vulkan
# path: test-output-linux-vulkan.zip
# linux vulkan tests
- name: Run Test Suite (vulkan)
env:
LOVE_GRAPHICS_DEBUG: 1
run: |
./love-${{ github.sha }}.AppImage love2d-${{ github.sha }}/testing/main.lua --all --isRunner --renderers vulkan
- name: Love Test Report (vulkan)
uses: ellraiser/love-test-report@main
with:
name: Love Testsuite Linux
title: test-report-linux-vulkan
path: love2d-${{ github.sha }}/testing/output/lovetest_all.md
- name: Zip Test Output (vulkan)
run: |
7z a -tzip test-output-linux-vulkan.zip love2d-${{ github.sha }}/testing/output/
- name: Artifact Test Output (vulkan)
uses: actions/upload-artifact@v4
with:
name: test-output-linux-vulkan
path: test-output-linux-vulkan.zip
- name: Stop xvfb and openbox
# should always stop xvfb and openbox even if other steps failed
if: always()
Expand Down

0 comments on commit 10622e1

Please sign in to comment.