Skip to content

WIP: Run OoC Example #478

WIP: Run OoC Example

WIP: Run OoC Example #478

Workflow file for this run

name: MacOS-build
on: [push]
jobs:
build:
runs-on: macos-latest
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
run: cmake --build ${{github.workspace}}/build