Skip to content

Add configurable shape-constraint enforcement #496

Add configurable shape-constraint enforcement

Add configurable shape-constraint enforcement #496

Workflow file for this run

name: build-macos
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_call:
jobs:
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- name: Configure
run: nix develop -c cmake --preset build-osx -B build -DUSE_SINGLE_PRECISION=ON -Doperon_DEVELOPER_MODE=ON
- name: Build test binary
run: nix develop -c cmake --build build --target operon_test -j4
- name: Run tests
run: nix develop -c ctest --test-dir build --output-on-failure -j4