Skip to content

Merged revision(s) 20302 from trunk/OpenMPT: #473

Merged revision(s) 20302 from trunk/OpenMPT:

Merged revision(s) 20302 from trunk/OpenMPT: #473

name: macOS 13 Makefile
on:
push:
branches: [ OpenMPT-1.30 ]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- 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: install dependencies
run: brew update && brew upgrade && 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
- name: make check
run: make STRICT=1 FORCE_DEPS=1 check