Skip to content

feat: move Shader to a folder. #6

feat: move Shader to a folder.

feat: move Shader to a folder. #6

Workflow file for this run

name: Build macOS
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Build
run: chmod +x *.sh && ./BuildMacOS.sh