Add .travis.yml and .goreleaser.yml

This commit is contained in:
2018-07-06 03:22:08 +01:00
parent e356a204fe
commit 42cfe38db1
2 changed files with 56 additions and 0 deletions

36
.goreleaser.yml Normal file
View File

@@ -0,0 +1,36 @@
project_name: rbheapleak
builds:
- main: rbheapleak.go
binary: rbheapleak
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