Skip to content

ci: add GitHub Actions workflow for macOS build #1

ci: add GitHub Actions workflow for macOS build

ci: add GitHub Actions workflow for macOS build #1

Workflow file for this run

name: Build
on:
push:
branches: [master, feature/**]
pull_request:
branches: [master]
jobs:
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Configure
run: cmake -B build
- name: Build
run: cmake --build build