2019-05-27 15:15:50 +00:00
|
|
|
language: objective-c
|
2020-10-29 18:18:20 +00:00
|
|
|
osx_image: xcode12.2
|
2019-05-27 15:15:50 +00:00
|
|
|
xcode_workspace: TunnelKit.xcworkspace
|
|
|
|
xcode_scheme: TunnelKit-iOS
|
2020-10-31 00:01:01 +00:00
|
|
|
xcode_destination: platform=iOS Simulator,OS=14.2,name=iPhone 11 Pro Max
|
2019-05-27 15:15:50 +00:00
|
|
|
cache:
|
|
|
|
- bundler
|
|
|
|
- cocoapods
|
2019-05-27 20:00:15 +00:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
- stable
|
2019-05-27 15:15:50 +00:00
|
|
|
install:
|
|
|
|
- bundle install --jobs=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle}
|
|
|
|
- bundle exec pod repo update
|
2020-10-30 17:54:59 +00:00
|
|
|
- travis_wait 30 bundle exec pod install
|