-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
22 lines (19 loc) · 755 Bytes
/
.travis.yml
File metadata and controls
22 lines (19 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode11
language: objective-c
xcode_project: Alerts.xcodeproj
xcode_scheme: Alerts-Example
xcode_sdk:
- iphonesimulator13.0
script:
- xcodebuild -project xcode_project -scheme xcode_scheme -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
#script:
#- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/#Alerts.xcworkspace -scheme Alerts-Example -sdk iphonesimulator11.1 ONLY_ACTIVE_ARCH=NO | #xcpretty
- pod lib lint