mirror of
https://github.com/mas-cli/mas
synced 2024-11-29 15:00:25 +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_CLEAN: "true"
|
||||||
BUNDLE_BIN: "bin"
|
BUNDLE_BIN: "bin"
|
||||||
BUNDLE_JOBS: "8"
|
BUNDLE_JOBS: "8"
|
||||||
|
BUNDLE_DISABLE_SHARED_GEMS: "true"
|
||||||
|
BUNDLE_PATH: ".rubygems"
|
||||||
|
|
|
@ -16,7 +16,7 @@ build() {
|
||||||
-scheme mas-cli \
|
-scheme mas-cli \
|
||||||
-configuration Release \
|
-configuration Release \
|
||||||
clean build \
|
clean build \
|
||||||
| xcpretty --color
|
| bundle exec xcpretty --color
|
||||||
}
|
}
|
||||||
|
|
||||||
archive() {
|
archive() {
|
||||||
|
@ -25,7 +25,7 @@ archive() {
|
||||||
-scheme mas-cli \
|
-scheme mas-cli \
|
||||||
-archivePath mas.xcarchive \
|
-archivePath mas.xcarchive \
|
||||||
archive \
|
archive \
|
||||||
| xcpretty --color
|
| bundle exec xcpretty --color
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
main
|
||||||
|
|
Loading…
Reference in a new issue