Skip to content

Commit

Permalink
add ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
XcodeYang committed Dec 28, 2017
1 parent 83581ad commit 8192257
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 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

0 comments on commit 8192257

Please sign in to comment.