Skip to content

Implement AABB merge & scene radius #156

Implement AABB merge & scene radius

Implement AABB merge & scene radius #156

name: Build & Test (macOS, AppleClang)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name : Test
run : ${{github.workspace}}/build/caramel_test