From 2ed6139278bc22832c19e703eaaf524686515e4e Mon Sep 17 00:00:00 2001 From: nu774 Date: Wed, 8 Mar 2023 23:43:23 +0900 Subject: [PATCH] github workflow: add mac --- .github/workflows/ci.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 040be9f..8c779f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,3 +53,22 @@ jobs: ./configure --host=${{ matrix.arch }}-w64-mingw32 --prefix=/usr/${{ matrix.arch }}-w64-mingw32 make sudo make install + + macos: + runs-on: macos-latest + steps: + - name: Install dependencies + run: | + brew install autoconf automake libtool pkg-config + brew install fdk-aac + - name: Checkout sources + uses: actions/checkout@v3 + - name: Build + run: | + autoreconf -fiv + ./configure + make + make install + - name: Test + run: | + fdkaac -b 128 -R -o /dev/null /dev/null