Skip to content

Merge branch 'development' of github.com:mikebrady/shairport-sync int… #499

Merge branch 'development' of github.com:mikebrady/shairport-sync int…

Merge branch 'development' of github.com:mikebrady/shairport-sync int… #499

name: macos classic, libao, BREW -- classic only, because macOS can't host NQPTP.
on:
workflow_dispatch:
push:
branches: [ "development" ]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v6.0.2
- name: Install Dependencies
run: |
brew install automake
brew install popt
brew install libconfig
brew install libao
- name: Configure
run: |
autoreconf -fi
./configure --with-os=darwin --with-ao --with-stdout --with-dns_sd --with-ssl=openssl
- name: Make
run: |
make