mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
Merge pull request #118 from mas-cli/configure-bundler
💎 Configure bundler
This commit is contained in:
commit
b895ca99ea
2 changed files with 4 additions and 2 deletions
|
@ -2,3 +2,5 @@
|
|||
BUNDLE_CLEAN: "true"
|
||||
BUNDLE_BIN: "bin"
|
||||
BUNDLE_JOBS: "8"
|
||||
BUNDLE_DISABLE_SHARED_GEMS: "true"
|
||||
BUNDLE_PATH: ".rubygems"
|
||||
|
|
|
@ -16,7 +16,7 @@ build() {
|
|||
-scheme mas-cli \
|
||||
-configuration Release \
|
||||
clean build \
|
||||
| xcpretty --color
|
||||
| bundle exec xcpretty --color
|
||||
}
|
||||
|
||||
archive() {
|
||||
|
@ -25,7 +25,7 @@ archive() {
|
|||
-scheme mas-cli \
|
||||
-archivePath mas.xcarchive \
|
||||
archive \
|
||||
| xcpretty --color
|
||||
| bundle exec xcpretty --color
|
||||
}
|
||||
|
||||
main
|
||||
|
|
Loading…
Reference in a new issue