Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

OSX Build

OSX Build #23

Workflow file for this run

name: OSX Build
run-name: OSX Build
on:
workflow_dispatch:
push:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Configuring CMake
run: make configure
- name: Building
run: make build