ci: Prefer RelWithDebInfo over Release

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2023-05-13 23:02:25 +02:00 committed by Xaymar
parent 25c1388050
commit a5f07e8228
1 changed files with 6 additions and 6 deletions

View File

@ -125,11 +125,11 @@ jobs:
-DENABLE_SCRIPTING=OFF
cmake \
--build "${{ github.workspace }}/build/obs" \
--config Release \
--config RelWithDebInfo \
--target obs-frontend-api
cmake \
--install "${{ github.workspace }}/build/obs" \
--config Release \
--config RelWithDebInfo \
--component obs_libraries
- name: "Configure"
continue-on-error: true
@ -269,11 +269,11 @@ jobs:
-DENABLE_SCRIPTING=OFF
cmake \
--build "${{ github.workspace }}/build/obs" \
--config Release \
--config RelWithDebInfo \
--target obs-frontend-api
cmake \
--install "${{ github.workspace }}/build/obs" \
--config Release \
--config RelWithDebInfo \
--component obs_libraries
- name: "Configure"
continue-on-error: true
@ -462,11 +462,11 @@ jobs:
-DENABLE_SCRIPTING=OFF
cmake \
--build "${{ github.workspace }}/build/obs" \
--config Release \
--config RelWithDebInfo \
--target obs-frontend-api
cmake \
--install "${{ github.workspace }}/build/obs" \
--config Release \
--config RelWithDebInfo \
--component obs_libraries
- name: "Configure"
continue-on-error: true