Skip to content

[Bundle] mark binding exclusions with IMGUI_BUNDLE_PYTHON_UNSUPPORTED… #6

[Bundle] mark binding exclusions with IMGUI_BUNDLE_PYTHON_UNSUPPORTED…

[Bundle] mark binding exclusions with IMGUI_BUNDLE_PYTHON_UNSUPPORTED… #6

Workflow file for this run

name: MacOS
on: [push]
jobs:
verify-macos:
runs-on: macos-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Ninja
uses: ashutoshvarma/setup-ninja@master
- name: Configure
run: cmake -B build -G "Ninja Multi-Config" -S example
- name: Build
run: cmake --build build --config Release