Skip to content

Commit

Permalink
adding vulkan mock icd
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Jan 12, 2025
1 parent 9a98d8f commit 84ecc47
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: NcStudios/[email protected]

# Install system dependencies
- name: Install system dependencies
run: |
Expand Down Expand Up @@ -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

0 comments on commit 84ecc47

Please sign in to comment.