mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
test macos build
This commit is contained in:
parent
dc9d9beec5
commit
fd2f347e01
19
.github/workflows/macos.yml
vendored
Normal file
19
.github/workflows/macos.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user