mirror of
https://github.com/jimeh/rbheap.git
synced 2026-02-18 20:36:41 +00:00
37 lines
610 B
YAML
37 lines
610 B
YAML
project_name: rbheap
|
|
builds:
|
|
- main: main.go
|
|
binary: rbheap
|
|
flags: -a
|
|
env:
|
|
- CGO_ENABLED=0
|
|
goos:
|
|
- darwin
|
|
- freebsd
|
|
- linux
|
|
- windows
|
|
goarch:
|
|
- amd64
|
|
- 386
|
|
- arm
|
|
goarm:
|
|
- 6
|
|
- 7
|
|
archive:
|
|
name_template: '{{ .ProjectName }}-{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
|
|
}}v{{ .Arm }}{{ end }}'
|
|
format: tar.gz
|
|
wrap_in_directory: true
|
|
format_overrides:
|
|
- goos: windows
|
|
format: zip
|
|
before:
|
|
hooks:
|
|
- make clean
|
|
git:
|
|
short_hash: true
|
|
snapshot:
|
|
name_template: dev-{{.Commit}}
|
|
release:
|
|
draft: false
|