Skip to content

Document functions, add features: 'return to menu', 'remove tiles' #20

Document functions, add features: 'return to menu', 'remove tiles'

Document functions, add features: 'return to menu', 'remove tiles' #20

Workflow file for this run

name: ci
on:
push:
paths:
- "**.cpp"
- "**.cmake"
- "**/CMakeLists.txt"
- ".github/workflows/ci.yml"
pull_request:
paths:
- "**.cpp"
- "**.cmake"
- "**/CMakeLists.txt"
- ".github/workflows/ci.yml"
jobs:
linux:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- run: ctest -S setup.cmake -VV