Skip to content

Directional Light Shadow maps in Texture Atlas #49

Directional Light Shadow maps in Texture Atlas

Directional Light Shadow maps in Texture Atlas #49

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