mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
adding test
This commit is contained in:
2
.github/workflows/linux-build.yml
vendored
2
.github/workflows/linux-build.yml
vendored
@@ -95,7 +95,7 @@ jobs:
|
||||
run: xmake --yes
|
||||
|
||||
# Test the engine
|
||||
- name: Build Pulse
|
||||
- name: Test Vulkan
|
||||
run: |
|
||||
xmake config --vulkan-tests=y --yes
|
||||
xmake build --yes VulkanUnitTests
|
||||
|
||||
2
.github/workflows/msys2-build.yml
vendored
2
.github/workflows/msys2-build.yml
vendored
@@ -91,7 +91,7 @@ jobs:
|
||||
run: xmake --yes
|
||||
|
||||
# Test the engine
|
||||
- name: Build Pulse
|
||||
- name: Test Vulkan
|
||||
run: |
|
||||
xmake config --vulkan-tests=y --yes
|
||||
xmake build --yes VulkanUnitTests
|
||||
|
||||
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
||||
run: xmake --yes
|
||||
|
||||
# Test the engine
|
||||
- name: Build Pulse
|
||||
- name: Test Vulkan
|
||||
run: |
|
||||
xmake config --vulkan-tests=y --yes
|
||||
xmake build --yes VulkanUnitTests
|
||||
|
||||
Reference in New Issue
Block a user