Skip to content

wip

wip #164

Workflow file for this run

name: macos-build
on:
push:
branches:
- '**'
jobs:
macos-build:
name: build
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Install ffmpeg and ssl
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
run: |
brew update
brew install --overwrite [email protected]
brew install --overwrite pkg-config meson ninja cmake sdl2 sdl2_ttf freetype2 ffmpeg
- name: Meson build
uses: BSFishy/[email protected]
with:
action: build
- name: Save logs
if: always()
uses: actions/upload-artifact@v4
with:
name: macos-build-logs
path: build/meson-logs