Skip to content

Adjust README and CMakeLists.txt #74

Adjust README and CMakeLists.txt

Adjust README and CMakeLists.txt #74

Workflow file for this run

name: MacOS-build
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build
run: cmake --build ${{github.workspace}}/build