File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 12
12
before_install :
13
13
- export LANG=en_US.UTF-8
14
14
install :
15
- - bundle install --without development --deployment --jobs=3 --retry=3
16
- - bundle exec pod install --no-repo-update
15
+ - make install
17
16
script :
18
17
- xcodebuild -project ICInputAccessory.xcodeproj -scheme ICInputAccessory-iOS -sdk iphonesimulator -destination "name=iPhone 6,OS=$VERSION" clean build | xcpretty -c
19
18
- 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
+
1
10
pod-install :
2
11
bundle exec pod install --no-repo-update
You can’t perform that action at this time.
0 commit comments