use presets in pipeline
This commit is contained in:
@@ -21,9 +21,9 @@ jobs:
|
|||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt -y install libopencv-dev libglfw3 libglfw3-dev libxkbcommon-dev libxinerama-dev libxcursor-dev libxi-dev
|
sudo apt -y install libopencv-dev libglfw3 libglfw3-dev libxkbcommon-dev libxinerama-dev libxcursor-dev libxi-dev
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake -B ${{github.workspace}}/build -S .
|
run: cmake --preset gcc-debug
|
||||||
- name: build
|
- name: build
|
||||||
run: cmake --build ${{github.workspace}}/build
|
run: cmake --build build --preset debug
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
cd ${{github.workspace}}/build
|
cd ${{github.workspace}}/build
|
||||||
|
|||||||
Reference in New Issue
Block a user