File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,14 +2,12 @@ language: objective-c
22osx_image : xcode8
33matrix :
44 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
11- after_script :
12- - make documentation
5+ - env : VERSION=9.3
6+ - env : VERSION=latest
7+ script :
8+ - bundle exec rake ci:build[$VERSION]
9+ - make -B carthage
10+ - make -B docs
1311cache :
1412 bundler : true
1513 directories :
@@ -21,6 +19,8 @@ install:
2119 - make install
2220before_script :
2321 - xcodebuild -workspace ICInputAccessory.xcworkspace -list
22+ script :
23+ - bundle exec rake ci:build[$VERSION]
2424notifications :
2525 email : false
2626 slack :
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ setup: brew-install
1818carthage :
1919 set -o pipefail && carthage build --no-skip-current --verbose | xcpretty
2020
21- documentation :
21+ docs :
2222 bundle exec jazzy --config .jazzy.yml
You can’t perform that action at this time.
0 commit comments