Skip to content

Merge pull request #26 from fszewczyk/point-light-shadows #55

Merge pull request #26 from fszewczyk/point-light-shadows

Merge pull request #26 from fszewczyk/point-light-shadows #55

Workflow file for this run

name: MacOS
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
name: Build
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
env:
CXX: g++
run: |
git submodule update --init --recursive
chmod +x build.sh
./build.sh