Skip to content

Commit

Permalink
test xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
mobin-2008 committed May 29, 2023
1 parent e527714 commit 0424acc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/meson_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
name: Dinit Meson based CI

on:
pull_request:
push:
branches:
- master
- test_xcode_backend
paths:
- '**'
- 'build/version.conf'
Expand Down Expand Up @@ -68,7 +68,6 @@ jobs:

MacOS-latest_build:

if: ${{ github.run_attempt >= 2 || contains(github.event.pull_request.labels.*.name, 'meson') }}
runs-on: macos-latest
strategy:
matrix:
Expand All @@ -79,10 +78,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install meson via pip3
run: pip3 install meson
- name: Install ninja
run: brew install ninja
- name: Setup
run: meson setup -Dunit-tests=true -Digr-tests=true dirbuild
run: meson setup --backend=xcode -Dunit-tests=true -Digr-tests=true dirbuild
- name: Build
run: meson compile -C dirbuild
- name: Unit tests
Expand Down

0 comments on commit 0424acc

Please sign in to comment.