We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8634ec commit 6c19386Copy full SHA for 6c19386
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-71099c9
0 commit comments