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

Fix CI & initial registered mmio class #36

Fix CI & initial registered mmio class

Fix CI & initial registered mmio class #36

Workflow file for this run

name: Build MacOS
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: install-deps
run: brew install qt6 fmt googletest
- name: configure
run: cmake -B build
- name: make
run: cmake --build build