CI-Build 2022-07-27
This commit is contained in:
parent
11b5a80618
commit
58d6fa456e
1 changed files with 5 additions and 8 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue