Skip to content

Commit

Permalink
Add Mac to Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbloch committed Jan 13, 2024
1 parent 492e92b commit 40a6d8d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
wasm:
linux:
name: "make all"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: ./make-docker -j8 DEBUG=1 all
mac:
name: "make macbundle"
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Builld
run: make macbundle

0 comments on commit 40a6d8d

Please sign in to comment.