mirror of https://github.com/cirruslabs/tart.git
No app:
This commit is contained in:
parent
a3bb52c789
commit
020fd36a82
|
|
@ -8,9 +8,6 @@ before:
|
|||
- .ci/set-version.sh
|
||||
- swift build --arch arm64 --configuration release --product tart
|
||||
- swift build --arch x86_64 --configuration release --product tart
|
||||
- .build/arm64-apple-macosx/release/tart --generate-completion-script bash > completions/tart.bash
|
||||
- .build/arm64-apple-macosx/release/tart --generate-completion-script zsh > completions/tart.zsh
|
||||
- .build/arm64-apple-macosx/release/tart --generate-completion-script fish > completions/tart.fish
|
||||
|
||||
builds:
|
||||
- id: tart
|
||||
|
|
@ -70,7 +67,6 @@ release:
|
|||
|
||||
homebrew_casks:
|
||||
- name: tart
|
||||
app: Tart.app
|
||||
repository:
|
||||
owner: cirruslabs
|
||||
name: homebrew-cli
|
||||
|
|
@ -87,11 +83,5 @@ homebrew_casks:
|
|||
skip_upload: auto
|
||||
dependencies:
|
||||
- formula: "cirruslabs/cli/softnet"
|
||||
# install: |
|
||||
# generate_completions_from_executable(libexec/"tart.app/Contents/MacOS/tart", "--generate-completion-script")
|
||||
completions:
|
||||
bash: completions/tart.bash
|
||||
zsh: completions/tart.zsh
|
||||
fish: completions/tart.fish
|
||||
custom_block: |
|
||||
depends_on :macos => :ventura
|
||||
|
|
|
|||
Loading…
Reference in New Issue