mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +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
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- uses: NcStudios/VulkanCI@v1.0
|
||||||
|
|
||||||
# Install system dependencies
|
# Install system dependencies
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: |
|
run: |
|
||||||
@@ -91,3 +93,10 @@ jobs:
|
|||||||
# Build the engine
|
# Build the engine
|
||||||
- name: Build Pulse
|
- name: Build Pulse
|
||||||
run: xmake --yes
|
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