mirror of
https://github.com/nu774/fdkaac.git
synced 2025-01-30 15:25:10 +01:00
github workflow: add mac
This commit is contained in:
parent
4037c42577
commit
2ed6139278
19
.github/workflows/ci.yml
vendored
19
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user