Skip to content

Merged revision(s) 21847 from branches/OpenMPT-1.30: #717

Merged revision(s) 21847 from branches/OpenMPT-1.30:

Merged revision(s) 21847 from branches/OpenMPT-1.30: #717

name: macOS 13 Makefile
on:
push:
branches: [ OpenMPT-1.29 ]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: update Homebrew
run: brew update
- name: fixup GitHub Homebrew python breakage
run: brew unlink python@3.11 && brew unlink python@3.12 && brew link --overwrite python@3.11 && brew link --overwrite python@3.12
- name: upgrade packages
run: brew upgrade
- name: install dependencies
run: brew install p7zip help2man doxygen autoconf-archive mpg123 libogg libvorbis portaudio flac libsndfile sdl2
- name: setup parallel make
run: echo "MAKEFLAGS=-j$(sysctl -n hw.ncpu)" >> $GITHUB_ENV
- name: make
run: make STRICT=1 FORCE_DEPS=1 NO_PULSEAUDIO=1
- name: make check
run: make STRICT=1 FORCE_DEPS=1 NO_PULSEAUDIO=1 check