Add macOS build to GH actions CI
This commit is contained in:
parent
9dd35e7853
commit
ea8a2dcb8e
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
os: [macos-latest, ubuntu-latest]
|
||||
toolchain: [stable]
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
|
@ -41,6 +41,10 @@ jobs:
|
|||
profile: minimal
|
||||
override: true
|
||||
|
||||
- name: Install emscripten
|
||||
run: eval $(script/fetch-emscripten)
|
||||
if: matrix.os == 'macos-latest'
|
||||
|
||||
- name: Build C library
|
||||
run: make
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue