File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # reference: http://www.objc.io/issue-6/travis-ci.html
2-
31language : objective-c
2+ osx_image : xcode7.2
3+ xcode_workspace : CacheKit.xcworkspace
4+ xcode_scheme : CacheKit
5+ xcode_sdk : iphonesimulator9.2
6+ env :
7+ global :
8+ - FRAMEWORK_NAME=CacheKit
49before_install :
5- - gem install cocoapods --no-rdoc --no-ri --no-document --quiet
6- - cd Example && pod install && cd -
7- script :
8- - xctool test -workspace Example/CacheKit.xcworkspace -scheme CacheKit -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
10+ - brew update
11+ - brew install carthage
12+ before_deploy :
13+ - carthage build --no-skip-current
14+ - carthage archive $FRAMEWORK_NAME
15+ deploy :
16+ provider : releases
17+ api_key :
18+ secure : FmSjotx7xtSYibODqnJH1ztGuucXWrhPOG4Yi6DCl4DdFD14pqNdPKbEpTUPsMyNmtiNZhrw5Ey8QCbhnL986eQhltsEGlGcY1V3lRdRd7BONuVEZ0kx/Fd5Br3p37Xz1FUAJnzM3M0Q14KPpUbYPRqyVhxPgfosl6SSkmmDpqQ=
19+ file : " $FRAMEWORK_NAME.framework.zip"
20+ skip_cleanup : true
21+ on :
22+ repo : davbeck/CacheKit
23+ tags : true
You can’t perform that action at this time.
0 commit comments