mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-28 02:21:25 +00:00
ci: Prefer RelWithDebInfo over Release
This commit is contained in:
parent
25c1388050
commit
a5f07e8228
1 changed files with 6 additions and 6 deletions
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue