1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

test macos build

This commit is contained in:
odrling 2020-11-24 16:48:14 +01:00
parent dc9d9beec5
commit fd2f347e01

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