diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3cc770f6..bf670e172 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: - master - feature + - cibuilds pull_request: branches: - master @@ -36,6 +37,9 @@ jobs: -Dfribidi:tests=false -Dfribidi:docs=false -Dlibass:fontconfig=disabled + -Davisynth=enabled + -Dbestsource=enabled + -Dvapoursynth=enabled #- { # name: Windows MinGW, # os: windows-latest, @@ -53,12 +57,6 @@ jobs: buildtype: release, args: '' } - - { - name: macOS Debug, - os: macos-latest, - buildtype: debugoptimized, - args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true - } - { name: macOS Release, os: macos-latest,