ci: use cmake workflow presets

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn
2025-04-08 14:59:54 -04:00
parent 9131f79cc0
commit 70500af2a2
7 changed files with 484 additions and 66 deletions

View File

@@ -71,9 +71,8 @@ jobs:
- name: Configure and Build
run: |
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=/usr -G Ninja
cmake --build build
cmake --preset linux_debug
cmake --build --preset linux_debug
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3