From 58d6fa456e4777d2eb6f0f2b298e1cb82cbc5b5f Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Wed, 27 Jul 2022 00:13:42 +0200 Subject: [PATCH] CI-Build 2022-07-27 --- .github/workflows/ci.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f8e10507..5c9e7f1f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,9 @@ name: Meson CI on: push: - branches: [ master ] + branches: + - master + - cibuilds pull_request: branches: [ master ] @@ -32,6 +34,7 @@ jobs: -Dfribidi:tests=false -Dfribidi:docs=false -Dlibass:fontconfig=disabled + -Davisynth=enabled #- { # name: Windows MinGW, # os: windows-latest, @@ -49,12 +52,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, @@ -74,7 +71,7 @@ jobs: - name: Setup Meson run: | python -m pip install --upgrade pip - pip install meson + pip install meson==0.62.2 - name: Setup MSVC if: matrix.config.os == 'windows-latest' && matrix.config.msvc == true