mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 02:58:20 +00:00
move generation
This commit is contained in:
parent
7c34ea9900
commit
d85d2b967a
1 changed files with 10 additions and 8 deletions
|
@ -1,4 +1,14 @@
|
||||||
project_name: go-passbolt-cli
|
project_name: go-passbolt-cli
|
||||||
|
before:
|
||||||
|
hooks:
|
||||||
|
- go mod tidy
|
||||||
|
- go run main.go completion bash > bash-completion
|
||||||
|
- go run main.go completion zsh > zsh-completion
|
||||||
|
- go run main.go completion fish > fish-completion
|
||||||
|
- mkdir man
|
||||||
|
- go run main.go gendoc --type man
|
||||||
|
checksum:
|
||||||
|
name_template: 'checksums.txt'
|
||||||
builds:
|
builds:
|
||||||
- env: [CGO_ENABLED=0]
|
- env: [CGO_ENABLED=0]
|
||||||
goos:
|
goos:
|
||||||
|
@ -9,14 +19,6 @@ builds:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
binary: passbolt
|
binary: passbolt
|
||||||
hooks:
|
|
||||||
pre: |
|
|
||||||
go run main.go completion bash > bash-completion
|
|
||||||
go run main.go completion zsh > zsh-completion
|
|
||||||
go run main.go completion fish > fish-completion
|
|
||||||
mkdir man
|
|
||||||
go run main.go gendoc --type man
|
|
||||||
ls
|
|
||||||
archives:
|
archives:
|
||||||
- replacements:
|
- replacements:
|
||||||
darwin: Darwin
|
darwin: Darwin
|
||||||
|
|
Loading…
Add table
Reference in a new issue