Skip to content

Commit 6c19386

Browse files
TRBlountvmedea
authored andcommitted
Add Vulkan Build Checks
1 parent b8634ec commit 6c19386

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-71099c9

0 commit comments

Comments
 (0)