Skip to content

skip the CMAKE_MODULE_PATH var, directly using full path. #100

skip the CMAKE_MODULE_PATH var, directly using full path.

skip the CMAKE_MODULE_PATH var, directly using full path. #100

Workflow file for this run

name: Macos-CI
on: [push, pull_request]
jobs:
macos-build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Use cmake
run: |
mkdir build
cd build
cmake ..
cmake --build .
ctest . --output-on-failure