File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212before_install :
1313 - export LANG=en_US.UTF-8
1414install :
15- - bundle install --without development --deployment --jobs=3 --retry=3
16- - bundle exec pod install --no-repo-update
15+ - make install
1716script :
1817 - xcodebuild -project ICInputAccessory.xcodeproj -scheme ICInputAccessory-iOS -sdk iphonesimulator -destination "name=iPhone 6,OS=$VERSION" clean build | xcpretty -c
1918 - xcodebuild -workspace ICInputAccessory.xcworkspace -scheme Example -sdk iphonesimulator -destination "name=iPhone 6,OS=$VERSION" clean test | xcpretty -c
Original file line number Diff line number Diff line change 1+ brew "swiftlint"
2+ brew "xcproj"
Original file line number Diff line number Diff line change 1+ install : brew-install bundle-install pod-install
2+
3+ brew-install :
4+ brew tap homebrew/bundle
5+ brew bundle
6+
7+ bundle-install :
8+ bundle install --without development --deployment --jobs=3 --retry=3
9+
110pod-install :
211 bundle exec pod install --no-repo-update
You can’t perform that action at this time.
0 commit comments