Skip to content

Commit

Permalink
CI-Build 2022-07-27
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Jul 27, 2022
1 parent 11b5a80 commit 58d6fa4
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Meson CI

on:
push:
branches: [ master ]
branches:
- master
- cibuilds
pull_request:
branches: [ master ]

Expand Down Expand Up @@ -32,6 +34,7 @@ jobs:
-Dfribidi:tests=false
-Dfribidi:docs=false
-Dlibass:fontconfig=disabled
-Davisynth=enabled
#- {
# name: Windows MinGW,
# os: windows-latest,
Expand All @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit 58d6fa4

Please sign in to comment.