Skip to content

got CMake to work

got CMake to work #75

Workflow file for this run

name: Mac OSX CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- name: make test
run: |

Check failure on line 17 in .github/workflows/osx.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/osx.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
cmake -S . -B build -D BUILD_TESTING=On
cmake --build build
- name: run tests
run: |
./build/test/tests