blockchainethereumblockchain-walleterc20erc721walletxdaidappdecentralizederc1155erc875iosswifttokens
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
483 B
20 lines
483 B
---
|
|
os: osx
|
|
language: objective-c
|
|
osx_image: xcode13.3
|
|
cache:
|
|
bundler: true
|
|
cocoapods: true
|
|
branches:
|
|
only:
|
|
- master
|
|
env:
|
|
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
|
|
- OS_Version="14.5"
|
|
- OS_Version="15.0"
|
|
jobs:
|
|
exclude:
|
|
- env: LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
|
|
script:
|
|
- set -o pipefail && xcodebuild -workspace AlphaWallet.xcworkspace -scheme AlphaWalletTests -destination platform\=iOS\ Simulator,OS\=$OS_Version,name\=iPhone\ 12 build test | xcpretty
|
|
...
|
|
|