Skip to content

add macOS github action and badge to README #1

add macOS github action and badge to README

add macOS github action and badge to README #1

Workflow file for this run

name: MacOS 15
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 wine
run: brew install wine-stable
- name: Install deps
run: brew install portaudio
- uses: actions/checkout@v4
with:
submodules: true
- name: Build
run: make