From fd2f347e0105644d60be56abbdc62465db55e65b Mon Sep 17 00:00:00 2001 From: odrling Date: Tue, 24 Nov 2020 16:48:14 +0100 Subject: [PATCH] test macos build --- .github/workflows/macos.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/macos.yml diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml new file mode 100644 index 000000000..bae23c67a --- /dev/null +++ b/.github/workflows/macos.yml @@ -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