Skip to content

Added GSTEPS documentation #40

Added GSTEPS documentation

Added GSTEPS documentation #40

Workflow file for this run

---
name: MacOS
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: configure
run: cmake -S . -B build
- name: build and test
run: cmake --build build