Skip to content

Mac Platform Integration changes for Schnitzel Motor Engine #3

Mac Platform Integration changes for Schnitzel Motor Engine

Mac Platform Integration changes for Schnitzel Motor Engine #3

Workflow file for this run

name: mac
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
env:
CC: clang
CXX: clang++
steps:
- name: install dependencies
run: |
brew update
brew install glfw3 freetype
- name: checkout
uses: actions/checkout@v3
- name: build
run: ./build.sh