Skip to content

Commit

Permalink
ci: add build-macos-meson job
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 authored and asoulier committed Apr 5, 2024
1 parent 5e528fc commit 5f5251a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,21 @@ jobs:
CC: gcc
- run: meson compile -C builddir/

build-macos-meson:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- run: pip install meson ninja
- run: clang -v
- run: meson setup builddir/
env:
CC: clang
- run: meson compile -C builddir/

build-msvc-meson:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 5f5251a

Please sign in to comment.