Add macOS build to GH actions CI

This commit is contained in:
Max Brunsfeld 2021-01-05 12:21:51 -08:00
parent 9dd35e7853
commit ea8a2dcb8e

View file

@ -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