test macos build

This commit is contained in:
odrling 2020-11-24 16:48:14 +01:00
parent dc9d9beec5
commit fd2f347e01
1 changed files with 19 additions and 0 deletions

19
.github/workflows/macos.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: macOS Build
on: [push, pull_request]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: |
brew install meson ninja
- name: Build Aegisub
run: |
MSYSTEM= meson builddir -Ddefault_library=static
ninja -C builddir