build: Allow changing call stack limit using HU_MAX_CALL_STACK
in CMake
#50
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: macOS | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
- main | |
- dev/* | |
jobs: | |
mac-build: | |
runs-on: macos-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v1 | |
- name: Build macOS | |
run: ./make.sh all |