An advanced Ethereum/EVM mobile wallet
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.
 
 
 
alpha-wallet-ios/.travis.yml

20 lines
483 B

---
os: osx
language: objective-c
osx_image: xcode13.1
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
...