mirror of
https://github.com/google/liblc3.git
synced 2026-04-18 05:35:31 +00:00
msvc: Fix MSVC compilation and CI
This commit is contained in:
committed by
Antoine SOULIER
parent
ae0fb3757f
commit
bfea2c04c1
15
.github/workflows/ci.yaml
vendored
15
.github/workflows/ci.yaml
vendored
@@ -29,6 +29,21 @@ jobs:
|
||||
CC: gcc
|
||||
- run: meson compile -C builddir/
|
||||
|
||||
build-msvc-meson:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
cache: 'pip'
|
||||
- run: pip install meson ninja
|
||||
- uses: TheMrMilchmann/setup-msvc-dev@v3
|
||||
with:
|
||||
arch: x64
|
||||
- run: meson setup builddir
|
||||
- run: meson compile -C builddir
|
||||
|
||||
build-wasm:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user