zircles-ios/.travis.yml

17 lines
540 B
YAML
Raw Normal View History

2020-06-16 12:45:53 -07:00
osx_image: xcode11.5
language: swift
2020-06-16 14:13:00 -07:00
env:
ZCASH_NETWORK_ENVIRONMENT : TESTNET
2020-06-16 12:45:53 -07:00
before_install:
- brew update
2020-06-16 14:40:32 -07:00
podfile: Example/Podfile
before_install:
2020-06-17 05:53:52 -07:00
- brew install curl
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- cargo install -f cargo-lipo
2020-06-16 14:40:32 -07:00
- gem install cocoapods # Since Travis is not always on latest version
- pod install
script:
2020-06-16 15:01:01 -07:00
- set -o pipefail && xcodebuild test -workspace Zircles.xcworkspace -scheme Zircles -destination 'platform=iOS Simulator,name=iPhone 8,OS=13.5' ONLY_ACTIVE_ARCH=YES | xcpretty