Skip to content

Merge branch 'OpenMPT:master' into master #5

Merge branch 'OpenMPT:master' into master

Merge branch 'OpenMPT:master' into master #5

name: FreeBSD 12.4 Makefile
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: cross-platform-actions/action@d5b757fcb7b645a0a5057b572aab822f8ccd7de7
with:
architecture: x86_64
hypervisor: xhyve
memory: 4G
operating_system: freebsd
version: '12.4'
sync_files: runner-to-vm
shell: bash
run: |
sudo pkg install -y subversion p5-XML-XPath git mawk gmake pkgconf autoconf autoconf-archive automake libtool help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio sdl2
gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1
gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 check