From 3746749cb12f84831822d7bb2f48ff342464f561 Mon Sep 17 00:00:00 2001 From: vampi Date: Fri, 15 Nov 2024 19:53:54 +0200 Subject: [PATCH] macos build maybe --- .github/workflows/macos.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/macos.yml diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml new file mode 100644 index 0000000..4260148 --- /dev/null +++ b/.github/workflows/macos.yml @@ -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