We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d9335 commit 482c3c6Copy full SHA for 482c3c6
1 file changed
.github/workflows/test-pull_request.yaml
@@ -20,6 +20,12 @@ jobs:
20
- configuration: Release
21
compiler: gcc-13
22
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
28
29
name: Linux
30
runs-on: ubuntu-latest
31
container: ghcr.io/scp-fs2open/linux_build:sha-1ff82e8
0 commit comments