Compare commits

...

2 Commits

Author SHA1 Message Date
nu774 d705c888cf github workflow: add msys2 2023-03-10 00:18:58 +09:00
nu774 31e62aa51c update .gitignore 2023-03-09 23:56:31 +09:00
2 changed files with 43 additions and 0 deletions

View File

@ -72,3 +72,38 @@ jobs:
- name: Test
run: |
fdkaac -b 128 -R -o /dev/null /dev/null
msys2:
runs-on: windows-latest
strategy:
matrix:
sys: [ clang32, clang64, mingw32, mingw64, ucrt64 ]
defaults:
run:
shell: msys2 {0}
steps:
- name: Setup msys2
uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.sys }}
update: true
install: git
pacboy: >-
autoconf:
automake:
libtool:
make:
cc:p
pkg-config:p
fdk-aac:p
- name: Checkout
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

8
.gitignore vendored
View File

@ -20,3 +20,11 @@ src/.deps/
src/.dirstamp
stamp-h1
fdkaac
.vscode
fdk-aac
MSVC/Release
MSVC/Debug
MSVC/x64/Release
MSVC/x64/Debug
MSVC/fdk-aac
MSVC/*.vcxproj.user