zcash-ios-wallet/.travis.yml

22 lines
681 B
YAML

language: swift
os: osx
osx_image: xcode14
xcode_project: ./wallet/ECC-Wallet.xcodeproj
xcode_scheme: ECC-Wallet
xcode_destination: platform=iOS Simulator,OS=16.0,name=iPhone 14
addons:
homebrew:
packages:
- sourcery
install:
- WALLET_DIR=${TRAVIS_BUILD_DIR}/wallet
- WALLET_WALLET_DIR=${WALLET_DIR}/wallet
- cp ${WALLET_DIR}/env-vars.sh.example ${WALLET_DIR}/env-vars.sh
script:
- set -o pipefail && xcodebuild -version
- set -o pipefail && xcodebuild -showsdks
- travis_wait 60 xcodebuild -quiet -project ${TRAVIS_BUILD_DIR}/wallet/ECC-Wallet.xcodeproj -scheme ECC-Wallet-no-logging -destination platform\=iOS\ Simulator,OS\=16.0,name\=iPhone\ 14 build