Skip to content

Commit 482c3c6

Browse files
authored
Add Vulkan Build Checks
1 parent 66d9335 commit 482c3c6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test-pull_request.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
- configuration: Release
2121
compiler: gcc-13
2222
cmake_options: -DFSO_BUILD_WITH_OPENGL=OFF -DFSO_BUILD_WITH_VULKAN=OFF
23+
- configuration: Debug
24+
compiler: gcc-13
25+
cmake_options: -DFSO_BUILD_WITH_OPENGL=OFF -DFSO_BUILD_WITH_VULKAN=ON
26+
- configuration: Release
27+
compiler: gcc-13
28+
cmake_options: -DFSO_BUILD_WITH_OPENGL=OFF -DFSO_BUILD_WITH_VULKAN=ON
2329
name: Linux
2430
runs-on: ubuntu-latest
2531
container: ghcr.io/scp-fs2open/linux_build:sha-1ff82e8

0 commit comments

Comments
 (0)