Skip to content

Commit

Permalink
macos build maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog committed Nov 15, 2024
1 parent 2718616 commit 3746749
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: macOS Build

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
runs-on: macos-15
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install deps
run: brew install portaudio libsndfile
- uses: actions/checkout@v4
with:
submodules: true
- name: Build
run: make all tests

0 comments on commit 3746749

Please sign in to comment.