File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ env :
2+ - GO111MODULE=on
3+ before :
4+ hooks :
5+ - go mod download
6+ - go generate ./...
7+ project_name : hookdeck
8+ builds :
9+ - id : hookdeck-windows
10+ ldflags :
11+ - -s -w -X github.com/hookdeck/hookdeck-cli/pkg/version.Version={{.Version}}
12+ binary : hookdeck
13+ env :
14+ - CGO_ENABLED=1
15+ - CC=x86_64-w64-mingw32-gcc
16+ - CXX=x86_64-w64-mingw32-g++
17+ main : ./main.go
18+ goos :
19+ - windows
20+ goarch :
21+ - amd64
22+ - 386
23+ archives :
24+ - replacements :
25+ format_overrides :
26+ - goos : windows
27+ format : zip
28+ files :
29+ - none*
30+ changelog :
31+ sort : asc
32+ filters :
33+ exclude :
34+ - " ^docs:"
35+ - " ^test:"
36+ checksum :
37+ name_template : " {{ .ProjectName }}-windows-checksums.txt"
38+ snapshot :
39+ name_template : " {{ .Tag }}-next"
40+ scoop :
41+ bucket :
42+ owner : hookdeck
43+ name : scoop-hookdeck
44+ commit_author :
45+ name : hookdeck-ci
46+ 47+ homepage : https://hookdeck.com
48+ description : Hookdeck CLI utility
49+ license : Apache 2.0
You can’t perform that action at this time.
0 commit comments