forked from bugfender/BugfenderSDK-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
25 lines (25 loc) · 683 Bytes
/
.travis.yml
File metadata and controls
25 lines (25 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
language: objective-c
addons:
homebrew:
packages:
- carthage
update: true
before_install:
- gem install cocoapods
- gem install jazzy -v '0.9.0'
script:
- pod lib lint
- echo 'binary "https://raw.githubusercontent.com/bugfender/BugfenderSDK-iOS/master/BugfenderSDK.json" ~>1.9' > Cartfile
- carthage update
- ./generate-docs
- cd Example
- pod install
- xcodebuild test -workspace BugfenderExample.xcworkspace -scheme BugfenderExample -destination 'platform=iOS Simulator,name=iPhone 11'
osx_image: xcode12
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
local_dir: docs
on:
branch: master