build(cmake): use mutli-config generators for debug/release presets
This prevents us from hardcoding variants for each release type. Yay! Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -78,8 +78,8 @@ jobs:
|
||||
|
||||
- name: Configure and Build
|
||||
run: |
|
||||
cmake --preset linux_debug
|
||||
cmake --build --preset linux_debug
|
||||
cmake --preset linux
|
||||
cmake --build --preset linux --config Debug
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v4
|
||||
|
||||
Reference in New Issue
Block a user