mirror of
https://github.com/google/liblc3.git
synced 2026-04-17 21:25:30 +00:00
ci: add build-macos-meson job
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
committed by
Antoine SOULIER
parent
5e528fc543
commit
5f5251ab7d
15
.github/workflows/ci.yaml
vendored
15
.github/workflows/ci.yaml
vendored
@@ -29,6 +29,21 @@ jobs:
|
|||||||
CC: gcc
|
CC: gcc
|
||||||
- run: meson compile -C builddir/
|
- 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:
|
build-msvc-meson:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user