mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
🧪 Configure Carthage to only build release dependencies
This commit is contained in:
parent
2ae6e8866c
commit
fa38d3631c
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ class Mas < Formula
|
|||
EOS
|
||||
ENV["XCODE_XCCONFIG_FILE"] = xcconfig
|
||||
|
||||
system "carthage", "bootstrap", "--platform", "macOS"
|
||||
# Only build necessary dependencies (Commandant, Result)
|
||||
system "carthage", "bootstrap", "--platform", "macOS", "Commandant", "Result"
|
||||
system "script/install", prefix
|
||||
|
||||
bash_completion.install "contrib/completion/mas-completion.bash" => "mas"
|
||||
|
|
Loading…
Reference in a new issue