File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : objective-c
22osx_image : xcode8
3- env :
4- matrix :
5- - VERSION=9.3
6- - VERSION=latest
3+ matrix :
4+ include :
5+ - env : BUILD=9.3
6+ script : bundle exec rake ci:build[9.3]
7+ - env : BUILD=latest
8+ script : bundle exec rake ci:build[latest]
9+ - env : BUILD=carthage
10+ script : make carthage
711cache :
812 bundler : true
913 directories :
@@ -15,8 +19,6 @@ install:
1519 - make install
1620before_script :
1721 - xcodebuild -workspace ICInputAccessory.xcworkspace -list
18- script :
19- - bundle exec rake ci:build[$VERSION]
2022notifications :
2123 email : false
2224 slack :
Original file line number Diff line number Diff line change @@ -13,3 +13,6 @@ pod-install:
1313setup : brew-install
1414 bundle install
1515 bundle exec pod install --no-repo-update
16+
17+ carthage :
18+ set -o pipefail && carthage build --no-skip-current --verbose | xcpretty
You can’t perform that action at this time.
0 commit comments