mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
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:
parent
c5c12ae8ce
commit
ffdf00876e
8 changed files with 149 additions and 880 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue