[USDC reader] Creat Over
prim in default when specifier
field is …
#572
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: iOS | |
on: | |
push: | |
branches: [ dev ] | |
pull_request: | |
branches: [ dev ] | |
jobs: | |
# iOS build | |
build-ios: | |
runs-on: macos-latest | |
name: Build for iOS | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v1 | |
- name: List up iPhone platform | |
run: | | |
ls -la /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs | |
- name: CmakeAndBuild | |
run: | | |
./scripts/bootstrap-aarch64-ios.sh | |
cd build-aarch64-cross | |
make VERBOSE=1 | |