mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-15 00:05:06 +00:00
ci: Fix missing matrix.qt and fix libobs path on Ubuntu
This commit is contained in:
parent
a981b45077
commit
a5e55c42d4
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
||||||
runner: [ "windows-2022" ]
|
runner: [ "windows-2022" ]
|
||||||
name: [ "Windows" ]
|
name: [ "Windows" ]
|
||||||
compiler: [ "MSVC", "Clang" ]
|
compiler: [ "MSVC", "Clang" ]
|
||||||
|
qt: [ 6 ]
|
||||||
include:
|
include:
|
||||||
- compiler: "MSVC"
|
- compiler: "MSVC"
|
||||||
package_name: "windows"
|
package_name: "windows"
|
||||||
|
@ -175,6 +176,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
runner: [ "macos-12" ]
|
runner: [ "macos-12" ]
|
||||||
compiler: [ "Clang" ]
|
compiler: [ "Clang" ]
|
||||||
|
qt: [ 6 ]
|
||||||
include:
|
include:
|
||||||
- compiler: "Clang"
|
- compiler: "Clang"
|
||||||
name: "MacOS"
|
name: "MacOS"
|
||||||
|
@ -447,7 +449,7 @@ jobs:
|
||||||
${{ env.cmake_generator_platform }} \
|
${{ env.cmake_generator_platform }} \
|
||||||
-DPACKAGE_NAME="streamfx-${{ matrix.package_name }}" \
|
-DPACKAGE_NAME="streamfx-${{ matrix.package_name }}" \
|
||||||
-DPACKAGE_PREFIX="${{ github.workspace }}/build/package" \
|
-DPACKAGE_PREFIX="${{ github.workspace }}/build/package" \
|
||||||
-Dlibobs_DIR="${{ github.workspace }}/build/obs/install"
|
-Dlibobs_DIR="/usr/lib/x86_64-linux-gnu/cmake/"
|
||||||
- name: "Build: Debug"
|
- name: "Build: Debug"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue