1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-16 15:29:34 +00:00

Add macOS build job to workflow

Closes #1244
This commit is contained in:
Ryan Carsten Schmidt 2023-12-05 11:49:54 -06:00
parent 54f25b3e4e
commit 452e32ca4e

View File

@ -3,6 +3,15 @@ name: SDL/Ubuntu
on: [pull_request]
jobs:
build-mac:
name: Build Mac UI
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Make
working-directory: OSBindings/Mac
run: xcodebuild CODE_SIGN_IDENTITY=-
build-sdl:
name: Build SDL UI
runs-on: ubuntu-latest