Fix built-in property is not handled as TypedAttribute for SkelRoot #700
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 | |
# TODO: Build with Python. | |
on: | |
push: | |
branches: [ dev ] | |
pull_request: | |
branches: [ dev ] | |
jobs: | |
build-macos: | |
runs-on: macos-latest | |
name: Build for macOS | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v1 | |
- name: CmakeAndBuild | |
run: | | |
./scripts/bootstrap-cmake-macos.sh | |
cd build | |
make VERBOSE=1 | |
- name: Ctest | |
run: | | |
cd build | |
ctest --output-on-failure |