Skip to content

macOS Build Support / XcodeProj #3

macOS Build Support / XcodeProj

macOS Build Support / XcodeProj #3

Workflow file for this run

name: macOS Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: get sdl2
run: |
brew install SDL2
- uses: actions/checkout@v2
- name: build with make
run: ./build.sh