Skip to content

[Ref] vorbis: Apply <https://github.com/xiph/vorbis/pull/100> and <ht… #656

[Ref] vorbis: Apply <https://github.com/xiph/vorbis/pull/100> and <ht…

[Ref] vorbis: Apply <https://github.com/xiph/vorbis/pull/100> and <ht… #656

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@v0.21.0
with:
architecture: x86_64
hypervisor: xhyve
operating_system: freebsd
version: '12.4'
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