-
Notifications
You must be signed in to change notification settings - Fork 8
/
.travis.yml
35 lines (28 loc) · 971 Bytes
/
.travis.yml
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
26
27
28
29
30
31
32
33
34
# osx_image: xcode8.1
# language: objective-c
# sudo: required
# cache:
# - bundler
# - cocoapods
# before_install:
# - bundle install
# - bundle exec danger
# env:
# global:
# - LANG=en_US.UTF-8
# - WORKSPACE="Example/FORScrollViewEmptyAssistant.xcworkspace"
# - IOS_SCHEME="FORScrollViewEmptyAssistant_Example"
# - IOS_SDK="iphonesimulator10.0"
# matrix:
# - DESTINATION="OS=10.1,name=iPhone 7" SDK="$IOS_SDK" SCHEME="$IOS_SCHEME"
# script:
# - xcodebuild clean build test -scheme "$SCHEME" -workspace "$WORKSPACE" SDK="$IOS_SDK" -destination "$DESTINATION" -configuration Debug GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES
language: objective-c
osx_image: xcode8.0
podfile: Demo/Podfile
# before_install:
# - gem install cocoapods --no-rdoc --no-ri --no-document --quiet
# - pod install
before_script:
- export LANG=en_US.UTF-8
xcode_workspace: Demo/XYDebugView.xcworkspace