use presets in pipeline

This commit is contained in:
Maximilian Kueffner
2025-08-19 00:31:28 +02:00
parent 3cfa724c8c
commit 4fefd658fc
+2 -2
View File
@@ -21,9 +21,9 @@ jobs:
sudo apt update
sudo apt -y install libopencv-dev libglfw3 libglfw3-dev libxkbcommon-dev libxinerama-dev libxcursor-dev libxi-dev
- name: configure
run: cmake -B ${{github.workspace}}/build -S .
run: cmake --preset gcc-debug
- name: build
run: cmake --build ${{github.workspace}}/build
run: cmake --build build --preset debug
- name: test
run: |
cd ${{github.workspace}}/build