ci: Fix missing matrix.qt and fix libobs path on Ubuntu

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2023-05-13 22:42:56 +02:00 committed by Xaymar
parent a981b45077
commit a5e55c42d4

View file

@ -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