This commit is contained in:
2025-04-13 17:35:25 +02:00
parent 1c2f6a35ab
commit 512b8b61fe
7 changed files with 370 additions and 15 deletions

View File

@@ -84,10 +84,3 @@ jobs:
# Build the engine
- name: Build Pulse
run: xmake --yes
# Test the engine
- name: Test Vulkan
run: |
xmake config --vulkan-tests=y --yes
xmake build --yes VulkanUnitTests
xmake run --yes VulkanUnitTests