Skip to content

docs(examples): standardize project name output as simd-f128 instead … #57

docs(examples): standardize project name output as simd-f128 instead …

docs(examples): standardize project name output as simd-f128 instead … #57

Workflow file for this run

name: macOS
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
apple-silicon:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Configure CMake
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
- name: Build
run: cmake --build build --config Release
- name: Run tests
run: ctest --test-dir build -C Release --output-on-failure -V