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.2
3- matrix :
4- include :
5- - env : VERSION=9.3
6- - env : VERSION=10.1
7- script :
8- - bundle exec rake ci:build[$VERSION]
9- - make -B carthage
10- - make -B docs
113cache :
124 bundler : true
135 directories :
@@ -20,7 +12,9 @@ install:
2012before_script :
2113 - xcodebuild -workspace ICInputAccessory.xcworkspace -list
2214script :
23- - bundle exec rake ci:build[$VERSION]
15+ - bundle exec rake ci:build
16+ - make -B carthage
17+ - make -B docs
2418notifications :
2519 email : false
2620 slack :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ setup: brew-install
1616 bundle exec pod install --no-repo-update
1717
1818carthage :
19- set -o pipefail && carthage build --no-skip-current --verbose | xcpretty
19+ set -o pipefail && carthage build --no-skip-current --verbose | bundle exec xcpretty
2020
2121docs :
2222 bundle exec jazzy --config .jazzy.yml
You can’t perform that action at this time.
0 commit comments