Skip to content

Added tutorial and introduction #192

Added tutorial and introduction

Added tutorial and introduction #192

Workflow file for this run

name: Mac OSX CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- name: make test
run: |
cmake -S . -B build -D BUILD_TESTING=On
cmake --build build
- name: run tests
run: |
./build/tests/tests