ci: Prefer RelWithDebInfo over Release
This commit is contained in:
parent
25c1388050
commit
a5f07e8228
|
|
@ -125,11 +125,11 @@ jobs:
|
||||||
-DENABLE_SCRIPTING=OFF
|
-DENABLE_SCRIPTING=OFF
|
||||||
cmake \
|
cmake \
|
||||||
--build "${{ github.workspace }}/build/obs" \
|
--build "${{ github.workspace }}/build/obs" \
|
||||||
--config Release \
|
--config RelWithDebInfo \
|
||||||
--target obs-frontend-api
|
--target obs-frontend-api
|
||||||
cmake \
|
cmake \
|
||||||
--install "${{ github.workspace }}/build/obs" \
|
--install "${{ github.workspace }}/build/obs" \
|
||||||
--config Release \
|
--config RelWithDebInfo \
|
||||||
--component obs_libraries
|
--component obs_libraries
|
||||||
- name: "Configure"
|
- name: "Configure"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
@ -269,11 +269,11 @@ jobs:
|
||||||
-DENABLE_SCRIPTING=OFF
|
-DENABLE_SCRIPTING=OFF
|
||||||
cmake \
|
cmake \
|
||||||
--build "${{ github.workspace }}/build/obs" \
|
--build "${{ github.workspace }}/build/obs" \
|
||||||
--config Release \
|
--config RelWithDebInfo \
|
||||||
--target obs-frontend-api
|
--target obs-frontend-api
|
||||||
cmake \
|
cmake \
|
||||||
--install "${{ github.workspace }}/build/obs" \
|
--install "${{ github.workspace }}/build/obs" \
|
||||||
--config Release \
|
--config RelWithDebInfo \
|
||||||
--component obs_libraries
|
--component obs_libraries
|
||||||
- name: "Configure"
|
- name: "Configure"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
@ -462,11 +462,11 @@ jobs:
|
||||||
-DENABLE_SCRIPTING=OFF
|
-DENABLE_SCRIPTING=OFF
|
||||||
cmake \
|
cmake \
|
||||||
--build "${{ github.workspace }}/build/obs" \
|
--build "${{ github.workspace }}/build/obs" \
|
||||||
--config Release \
|
--config RelWithDebInfo \
|
||||||
--target obs-frontend-api
|
--target obs-frontend-api
|
||||||
cmake \
|
cmake \
|
||||||
--install "${{ github.workspace }}/build/obs" \
|
--install "${{ github.workspace }}/build/obs" \
|
||||||
--config Release \
|
--config RelWithDebInfo \
|
||||||
--component obs_libraries
|
--component obs_libraries
|
||||||
- name: "Configure"
|
- name: "Configure"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue