mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 07:23:35 +00:00
adding vulkan mock icd
This commit is contained in:
9
.github/workflows/linux-build.yml
vendored
9
.github/workflows/linux-build.yml
vendored
@@ -34,6 +34,8 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: NcStudios/VulkanCI@v1.0
|
||||
|
||||
# Install system dependencies
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
@@ -91,3 +93,10 @@ jobs:
|
||||
# Build the engine
|
||||
- name: Build Pulse
|
||||
run: xmake --yes
|
||||
|
||||
# Test the engine
|
||||
- name: Build Pulse
|
||||
run: |
|
||||
xmake config --vulkan-tests=y --yes
|
||||
xmake -- yes
|
||||
xmake run VulkanUnitTests --yes
|
||||
|
||||
Reference in New Issue
Block a user