Skip to content

renamed functions + other small adjustments #8

renamed functions + other small adjustments

renamed functions + other small adjustments #8

Workflow file for this run

name: Build-macOS
on:
push:
branches:
- master
jobs:
build-macos:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up CMake
run: |
mkdir build
cd build
cmake ..
- name: Build project
run: |
cd build
cmake --build .