Skip to content

Update metal_raytrace patch #333

Update metal_raytrace patch

Update metal_raytrace patch #333

Workflow file for this run

name: macOS (Metal)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Get Submodules
run: git submodule update --init --recursive
- name: Apply patch
run: git apply patch/metal_raytrace.diff --directory=Kinc
- name: Compile
run: Kinc/make -g metal --compile